Html Css Color HEX #EC9B2A Carrot Orange

📋 copy color: '#EC9B2A'

red 236 ◦ green 155 ◦ blue 42

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

Shades of Carrot Orange #EC9B2A

Tints of Carrot Orange #EC9B2A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.8%

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 54.5%
G = 35.8%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC9B2A (or 0xEC9B2A) is known color: Carrot Orange. HEX triplet: EC, 9B and 2A. RGB value is (236,155,42). Sum of RGB (Red+Green+Blue) = 236+155+42=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9B2A is #1364D5. Grayscale: #A6A6A6. Windows color (decimal): -1270998 or 2792428. OLE color: 2792428.

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

Color convert

RGB 236 155 42 -
CMYK 0 0.34 0.82 0.07
HSL 34.95º 0.84% 0.55% -
HSV(B) 34.95º 0.82% 0.93% -
XYZ 46.73 41.44 7.73 -
YUV 166.34 57.84 177.69 -
System Red Green Blue C M Y K H S L
Decimal 236 155 42 0 0.34 0.82 0.07 34.95 0.84 0.55
Hex EC 9B 2A 0 22 52 7 23 54 37
Octal 354 233 52 0 42 122 7 43 124 67
Binary 11101100 10011011 101010 0 100010 1010010 111 100011 1010100 110111

Color Harmonies of #EC9B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9B2A

Black with #EC9B2A

Text Example


Text Example

White with #EC9B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9B2A; }

 p { color: rgb(236,155,42); }

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

background-color css

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

 a { background-color: rgb(236,155,42); }

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

border-color css

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

 span { border-color: rgb(236,155,42); }

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