Html Css Color HEX #EC8D21 Carrot Orange

📋 copy color: '#EC8D21'

red 236 ◦ green 141 ◦ blue 33

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

Shades of Carrot Orange #EC8D21

Tints of Carrot Orange #EC8D21

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 33 (13.28% from 255) = 8.05%

R = 57.56%
G = 34.39%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC8D21 (or 0xEC8D21) is known color: Carrot Orange. HEX triplet: EC, 8D and 21. RGB value is (236,141,33). Sum of RGB (Red+Green+Blue) = 236+141+33=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D21 is #1372DE. Grayscale: #9D9D9D. Windows color (decimal): -1274591 or 2199020. OLE color: 2199020.

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

Color convert

RGB 236 141 33 -
CMYK 0 0.40 0.86 0.07
HSL 31.92º 0.84% 0.53% -
HSV(B) 31.92º 0.86% 0.93% -
XYZ 44.39 36.99 6.24 -
YUV 157.09 57.97 184.28 -
System Red Green Blue C M Y K H S L
Decimal 236 141 33 0 0.40 0.86 0.07 31.92 0.84 0.53
Hex EC 8D 21 0 28 56 7 20 54 35
Octal 354 215 41 0 50 126 7 40 124 65
Binary 11101100 10001101 100001 0 101000 1010110 111 100000 1010100 110101

Color Harmonies of #EC8D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D21

Black with #EC8D21

Text Example


Text Example

White with #EC8D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D21; }

 p { color: rgb(236,141,33); }

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

background-color css

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

 a { background-color: rgb(236,141,33); }

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

border-color css

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

 span { border-color: rgb(236,141,33); }

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