Html Css Color HEX #EC8C1D Carrot Orange

📋 copy color: '#EC8C1D'

red 236 ◦ green 140 ◦ blue 29

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

Shades of Carrot Orange #EC8C1D

Tints of Carrot Orange #EC8C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 29 (11.72% from 255) = 7.16%

R = 58.27%
G = 34.57%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC8C1D (or 0xEC8C1D) is known color: Carrot Orange. HEX triplet: EC, 8C and 1D. RGB value is (236,140,29). Sum of RGB (Red+Green+Blue) = 236+140+29=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C1D is #1373E2. Grayscale: #9C9C9C. Windows color (decimal): -1274851 or 1936620. OLE color: 1936620.

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

Color convert

RGB 236 140 29 -
CMYK 0 0.41 0.88 0.07
HSL 32.17º 0.84% 0.52% -
HSV(B) 32.17º 0.88% 0.93% -
XYZ 44.19 36.68 5.91 -
YUV 156.05 56.3 185.03 -
System Red Green Blue C M Y K H S L
Decimal 236 140 29 0 0.41 0.88 0.07 32.17 0.84 0.52
Hex EC 8C 1D 0 29 58 7 20 54 34
Octal 354 214 35 0 51 130 7 40 124 64
Binary 11101100 10001100 11101 0 101001 1011000 111 100000 1010100 110100

Color Harmonies of #EC8C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C1D

Black with #EC8C1D

Text Example


Text Example

White with #EC8C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C1D; }

 p { color: rgb(236,140,29); }

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

background-color css

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

 a { background-color: rgb(236,140,29); }

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

border-color css

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

 span { border-color: rgb(236,140,29); }

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