Html Css Color HEX #EC8318 Carrot Orange

📋 copy color: '#EC8318'

red 236 ◦ green 131 ◦ blue 24

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

Shades of Carrot Orange #EC8318

Tints of Carrot Orange #EC8318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 60.36%
G = 33.5%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC8318 (or 0xEC8318) is known color: Carrot Orange. HEX triplet: EC, 83 and 18. RGB value is (236,131,24). Sum of RGB (Red+Green+Blue) = 236+131+24=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8318 is #137CE7. Grayscale: #969696. Windows color (decimal): -1277160 or 1606636. OLE color: 1606636.

HSL color Cylindrical-coordinate representation of color #EC8318: hue angle of 30.28º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC8318 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 24 -
CMYK 0 0.44 0.90 0.07
HSL 30.28º 0.85% 0.51% -
HSV(B) 30.28º 0.9% 0.93% -
XYZ 42.87 34.13 5.19 -
YUV 150.2 56.79 189.2 -
System Red Green Blue C M Y K H S L
Decimal 236 131 24 0 0.44 0.90 0.07 30.28 0.85 0.51
Hex EC 83 18 0 2C 5A 7 1E 55 33
Octal 354 203 30 0 54 132 7 36 125 63
Binary 11101100 10000011 11000 0 101100 1011010 111 11110 1010101 110011

Color Harmonies of #EC8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8318

Black with #EC8318

Text Example


Text Example

White with #EC8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8318; }

 p { color: rgb(236,131,24); }

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

background-color css

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

 a { background-color: rgb(236,131,24); }

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

border-color css

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

 span { border-color: rgb(236,131,24); }

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