Html Css Color HEX #EC9A2B Carrot Orange

📋 copy color: '#EC9A2B'

red 236 ◦ green 154 ◦ blue 43

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

Shades of Carrot Orange #EC9A2B

Tints of Carrot Orange #EC9A2B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

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

R = 54.5%
G = 35.57%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC9A2B (or 0xEC9A2B) is known color: Carrot Orange. HEX triplet: EC, 9A and 2B. RGB value is (236,154,43). Sum of RGB (Red+Green+Blue) = 236+154+43=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9A2B is #1365D4. Grayscale: #A6A6A6. Windows color (decimal): -1271253 or 2857708. OLE color: 2857708.

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

Color convert

RGB 236 154 43 -
CMYK 0 0.35 0.82 0.07
HSL 34.51º 0.84% 0.55% -
HSV(B) 34.51º 0.82% 0.93% -
XYZ 46.58 41.12 7.77 -
YUV 165.86 58.67 178.03 -
System Red Green Blue C M Y K H S L
Decimal 236 154 43 0 0.35 0.82 0.07 34.51 0.84 0.55
Hex EC 9A 2B 0 23 52 7 23 54 37
Octal 354 232 53 0 43 122 7 43 124 67
Binary 11101100 10011010 101011 0 100011 1010010 111 100011 1010100 110111

Color Harmonies of #EC9A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A2B

Black with #EC9A2B

Text Example


Text Example

White with #EC9A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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