Html Css Color HEX #EC8228 Carrot Orange

📋 copy color: '#EC8228'

red 236 ◦ green 130 ◦ blue 40

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

Shades of Carrot Orange #EC8228

Tints of Carrot Orange #EC8228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 58.13%
G = 32.02%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC8228 (or 0xEC8228) is known color: Carrot Orange. HEX triplet: EC, 82 and 28. RGB value is (236,130,40). Sum of RGB (Red+Green+Blue) = 236+130+40=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8228 is #137DD7. Grayscale: #979797. Windows color (decimal): -1277400 or 2654956. OLE color: 2654956.

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

Color convert

RGB 236 130 40 -
CMYK 0 0.45 0.83 0.07
HSL 27.55º 0.84% 0.54% -
HSV(B) 27.55º 0.83% 0.93% -
XYZ 42.96 33.95 6.3 -
YUV 151.43 65.12 188.32 -
System Red Green Blue C M Y K H S L
Decimal 236 130 40 0 0.45 0.83 0.07 27.55 0.84 0.54
Hex EC 82 28 0 2D 53 7 1C 54 36
Octal 354 202 50 0 55 123 7 34 124 66
Binary 11101100 10000010 101000 0 101101 1010011 111 11100 1010100 110110

Color Harmonies of #EC8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8228

Black with #EC8228

Text Example


Text Example

White with #EC8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8228; }

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

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

background-color css

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

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

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

border-color css

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

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

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