Html Css Color HEX #EC8720 Carrot Orange

📋 copy color: '#EC8720'

red 236 ◦ green 135 ◦ blue 32

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

Shades of Carrot Orange #EC8720

Tints of Carrot Orange #EC8720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

 BLUE value IS 32 (12.89% from 255) = 7.94%

R = 58.56%
G = 33.5%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC8720 (or 0xEC8720) is known color: Carrot Orange. HEX triplet: EC, 87 and 20. RGB value is (236,135,32). Sum of RGB (Red+Green+Blue) = 236+135+32=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8720 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8720 is #1378DF. Grayscale: #999999. Windows color (decimal): -1276128 or 2131948. OLE color: 2131948.

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

Color convert

RGB 236 135 32 -
CMYK 0 0.43 0.86 0.07
HSL 30.29º 0.84% 0.53% -
HSV(B) 30.29º 0.86% 0.93% -
XYZ 43.52 35.27 5.88 -
YUV 153.46 59.46 186.88 -
System Red Green Blue C M Y K H S L
Decimal 236 135 32 0 0.43 0.86 0.07 30.29 0.84 0.53
Hex EC 87 20 0 2B 56 7 1E 54 35
Octal 354 207 40 0 53 126 7 36 124 65
Binary 11101100 10000111 100000 0 101011 1010110 111 11110 1010100 110101

Color Harmonies of #EC8720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8720

Black with #EC8720

Text Example


Text Example

White with #EC8720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8720; }

 p { color: rgb(236,135,32); }

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

background-color css

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

 a { background-color: rgb(236,135,32); }

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

border-color css

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

 span { border-color: rgb(236,135,32); }

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