Html Css Color HEX #EC8227 Carrot Orange

📋 copy color: '#EC8227'

red 236 ◦ green 130 ◦ blue 39

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

Shades of Carrot Orange #EC8227

Tints of Carrot Orange #EC8227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 58.27%
G = 32.1%
B = 9.63%

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

#EC8227 (or 0xEC8227) is known color: Carrot Orange. HEX triplet: EC, 82 and 27. RGB value is (236,130,39). Sum of RGB (Red+Green+Blue) = 236+130+39=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8227 is #137DD8. Grayscale: #979797. Windows color (decimal): -1277401 or 2589420. OLE color: 2589420.

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

Color convert

RGB 236 130 39 -
CMYK 0 0.45 0.83 0.07
HSL 27.72º 0.84% 0.54% -
HSV(B) 27.72º 0.83% 0.93% -
XYZ 42.94 33.94 6.21 -
YUV 151.32 64.62 188.4 -
System Red Green Blue C M Y K H S L
Decimal 236 130 39 0 0.45 0.83 0.07 27.72 0.84 0.54
Hex EC 82 27 0 2D 53 7 1C 54 36
Octal 354 202 47 0 55 123 7 34 124 66
Binary 11101100 10000010 100111 0 101101 1010011 111 11100 1010100 110110

Color Harmonies of #EC8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8227

Black with #EC8227

Text Example


Text Example

White with #EC8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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