Html Css Color HEX #EC8D2B Carrot Orange

📋 copy color: '#EC8D2B'

red 236 ◦ green 141 ◦ blue 43

#EC8D2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #EC8D2B

Tints of Carrot Orange #EC8D2B

RGB

 RED value IS 236 (92.58% from 255) = 56.19%

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 43 (17.19% from 255) = 10.24%

R = 56.19%
G = 33.57%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC8D2B (or 0xEC8D2B) is known color: Carrot Orange. HEX triplet: EC, 8D and 2B. RGB value is (236,141,43). Sum of RGB (Red+Green+Blue) = 236+141+43=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D2B is #1372D4. Grayscale: #9E9E9E. Windows color (decimal): -1274581 or 2854380. OLE color: 2854380.

HSL color Cylindrical-coordinate representation of color #EC8D2B: hue angle of 30.47º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC8D2B is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 43 -
CMYK 0 0.40 0.82 0.07
HSL 30.47º 0.84% 0.55% -
HSV(B) 30.47º 0.82% 0.93% -
XYZ 44.55 37.06 7.09 -
YUV 158.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 236 141 43 0 0.40 0.82 0.07 30.47 0.84 0.55
Hex EC 8D 2B 0 28 52 7 1E 54 37
Octal 354 215 53 0 50 122 7 36 124 67
Binary 11101100 10001101 101011 0 101000 1010010 111 11110 1010100 110111

Color Harmonies of #EC8D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D2B

Black with #EC8D2B

Text Example


Text Example

White with #EC8D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D2B; }

 p { color: rgb(236,141,43); }

 H1.HeaderClassName
 {
   color: #EC8D2B;
 }
 .AnyTagClassName
 {
   color: #EC8D2B;
 }
</style>

background-color css

<style>
 a { background-color: #EC8D2B; }

 a { background-color: rgb(236,141,43); }

 div.DivClassName
 {
   background-color: #EC8D2B;
 }
 .BgClassName
 {
   background-color: #EC8D2B;
 }
</style>

border-color css

<style>
 span { border-color: #EC8D2B; }

 span { border-color: rgb(236,141,43); }

 td.TdClassName
 {
   border-color: #EC8D2B;
 }
 .TagClassName
 {
   border-color: #EC8D2B;
 }
</style>