Html Css Color HEX #EC992A Carrot Orange

📋 copy color: '#EC992A'

red 236 ◦ green 153 ◦ blue 42

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

Shades of Carrot Orange #EC992A

Tints of Carrot Orange #EC992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.5%

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

R = 54.76%
G = 35.5%
B = 9.74%

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

#EC992A (or 0xEC992A) is known color: Carrot Orange. HEX triplet: EC, 99 and 2A. RGB value is (236,153,42). Sum of RGB (Red+Green+Blue) = 236+153+42=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC992A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC992A is #1366D5. Grayscale: #A5A5A5. Windows color (decimal): -1271510 or 2791916. OLE color: 2791916.

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

Color convert

RGB 236 153 42 -
CMYK 0 0.35 0.82 0.07
HSL 34.33º 0.84% 0.55% -
HSV(B) 34.33º 0.82% 0.93% -
XYZ 46.4 40.78 7.62 -
YUV 165.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 236 153 42 0 0.35 0.82 0.07 34.33 0.84 0.55
Hex EC 99 2A 0 23 52 7 22 54 37
Octal 354 231 52 0 43 122 7 42 124 67
Binary 11101100 10011001 101010 0 100011 1010010 111 100010 1010100 110111

Color Harmonies of #EC992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC992A

Black with #EC992A

Text Example


Text Example

White with #EC992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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