Html Css Color HEX #EC8023 Carrot Orange

📋 copy color: '#EC8023'

red 236 ◦ green 128 ◦ blue 35

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

Shades of Carrot Orange #EC8023

Tints of Carrot Orange #EC8023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

 BLUE value IS 35 (14.06% from 255) = 8.77%

R = 59.15%
G = 32.08%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC8023 (or 0xEC8023) is known color: Carrot Orange. HEX triplet: EC, 80 and 23. RGB value is (236,128,35). Sum of RGB (Red+Green+Blue) = 236+128+35=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8023 is #137FDC. Grayscale: #969696. Windows color (decimal): -1277917 or 2326764. OLE color: 2326764.

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

Color convert

RGB 236 128 35 -
CMYK 0 0.46 0.85 0.07
HSL 27.76º 0.84% 0.53% -
HSV(B) 27.76º 0.85% 0.93% -
XYZ 42.61 33.39 5.79 -
YUV 149.69 63.28 189.56 -
System Red Green Blue C M Y K H S L
Decimal 236 128 35 0 0.46 0.85 0.07 27.76 0.84 0.53
Hex EC 80 23 0 2E 55 7 1C 54 35
Octal 354 200 43 0 56 125 7 34 124 65
Binary 11101100 10000000 100011 0 101110 1010101 111 11100 1010100 110101

Color Harmonies of #EC8023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8023

Black with #EC8023

Text Example


Text Example

White with #EC8023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8023; }

 p { color: rgb(236,128,35); }

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

background-color css

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

 a { background-color: rgb(236,128,35); }

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

border-color css

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

 span { border-color: rgb(236,128,35); }

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