Html Css Color HEX #EC9028 Carrot Orange

📋 copy color: '#EC9028'

red 236 ◦ green 144 ◦ blue 40

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

Shades of Carrot Orange #EC9028

Tints of Carrot Orange #EC9028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 56.19%
G = 34.29%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC9028 (or 0xEC9028) is known color: Carrot Orange. HEX triplet: EC, 90 and 28. RGB value is (236,144,40). Sum of RGB (Red+Green+Blue) = 236+144+40=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9028 is #136FD7. Grayscale: #A0A0A0. Windows color (decimal): -1273816 or 2658540. OLE color: 2658540.

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

Color convert

RGB 236 144 40 -
CMYK 0 0.39 0.83 0.07
HSL 31.84º 0.84% 0.54% -
HSV(B) 31.84º 0.83% 0.93% -
XYZ 44.95 37.93 6.96 -
YUV 159.65 60.48 182.46 -
System Red Green Blue C M Y K H S L
Decimal 236 144 40 0 0.39 0.83 0.07 31.84 0.84 0.54
Hex EC 90 28 0 27 53 7 20 54 36
Octal 354 220 50 0 47 123 7 40 124 66
Binary 11101100 10010000 101000 0 100111 1010011 111 100000 1010100 110110

Color Harmonies of #EC9028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9028

Black with #EC9028

Text Example


Text Example

White with #EC9028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9028; }

 p { color: rgb(236,144,40); }

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

background-color css

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

 a { background-color: rgb(236,144,40); }

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

border-color css

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

 span { border-color: rgb(236,144,40); }

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