Html Css Color HEX #EC8A2B Carrot Orange

📋 copy color: '#EC8A2B'

red 236 ◦ green 138 ◦ blue 43

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

Shades of Carrot Orange #EC8A2B

Tints of Carrot Orange #EC8A2B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 56.59%
G = 33.09%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC8A2B (or 0xEC8A2B) is known color: Carrot Orange. HEX triplet: EC, 8A and 2B. RGB value is (236,138,43). Sum of RGB (Red+Green+Blue) = 236+138+43=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A2B is #1375D4. Grayscale: #9C9C9C. Windows color (decimal): -1275349 or 2853612. OLE color: 2853612.

HSL color Cylindrical-coordinate representation of color #EC8A2B: hue angle of 29.53º 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 #EC8A2B is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 138 43 -
CMYK 0 0.42 0.82 0.07
HSL 29.53º 0.84% 0.55% -
HSV(B) 29.53º 0.82% 0.93% -
XYZ 44.12 36.18 6.94 -
YUV 156.47 63.97 184.72 -
System Red Green Blue C M Y K H S L
Decimal 236 138 43 0 0.42 0.82 0.07 29.53 0.84 0.55
Hex EC 8A 2B 0 2A 52 7 1E 54 37
Octal 354 212 53 0 52 122 7 36 124 67
Binary 11101100 10001010 101011 0 101010 1010010 111 11110 1010100 110111

Color Harmonies of #EC8A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A2B

Black with #EC8A2B

Text Example


Text Example

White with #EC8A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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