Html Css Color HEX #EC8024 Carrot Orange

📋 copy color: '#EC8024'

red 236 ◦ green 128 ◦ blue 36

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

Shades of Carrot Orange #EC8024

Tints of Carrot Orange #EC8024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

 BLUE value IS 36 (14.45% from 255) = 9%

R = 59%
G = 32%
B = 9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC8024 (or 0xEC8024) is known color: Carrot Orange. HEX triplet: EC, 80 and 24. RGB value is (236,128,36). Sum of RGB (Red+Green+Blue) = 236+128+36=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8024 is #137FDB. Grayscale: #969696. Windows color (decimal): -1277916 or 2392300. OLE color: 2392300.

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

Color convert

RGB 236 128 36 -
CMYK 0 0.46 0.85 0.07
HSL 27.6º 0.84% 0.53% -
HSV(B) 27.6º 0.85% 0.93% -
XYZ 42.63 33.4 5.87 -
YUV 149.8 63.78 189.48 -
System Red Green Blue C M Y K H S L
Decimal 236 128 36 0 0.46 0.85 0.07 27.6 0.84 0.53
Hex EC 80 24 0 2E 55 7 1C 54 35
Octal 354 200 44 0 56 125 7 34 124 65
Binary 11101100 10000000 100100 0 101110 1010101 111 11100 1010100 110101

Color Harmonies of #EC8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8024

Black with #EC8024

Text Example


Text Example

White with #EC8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8024; }

 p { color: rgb(236,128,36); }

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

background-color css

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

 a { background-color: rgb(236,128,36); }

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

border-color css

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

 span { border-color: rgb(236,128,36); }

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