Html Css Color HEX #EC7F15 Carrot Orange

📋 copy color: '#EC7F15'

red 236 ◦ green 127 ◦ blue 21

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

Shades of Carrot Orange #EC7F15

Tints of Carrot Orange #EC7F15

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 61.46%
G = 33.07%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC7F15 (or 0xEC7F15) is known color: Carrot Orange. HEX triplet: EC, 7F and 15. RGB value is (236,127,21). Sum of RGB (Red+Green+Blue) = 236+127+21=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F15 is #1380EA. Grayscale: #949494. Windows color (decimal): -1278187 or 1409004. OLE color: 1409004.

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

Color convert

RGB 236 127 21 -
CMYK 0 0.46 0.91 0.07
HSL 29.58º 0.85% 0.5% -
HSV(B) 29.58º 0.91% 0.93% -
XYZ 42.32 33.07 4.86 -
YUV 147.51 56.61 191.12 -
System Red Green Blue C M Y K H S L
Decimal 236 127 21 0 0.46 0.91 0.07 29.58 0.85 0.5
Hex EC 7F 15 0 2E 5B 7 1E 55 32
Octal 354 177 25 0 56 133 7 36 125 62
Binary 11101100 1111111 10101 0 101110 1011011 111 11110 1010101 110010

Color Harmonies of #EC7F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F15

Black with #EC7F15

Text Example


Text Example

White with #EC7F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F15; }

 p { color: rgb(236,127,21); }

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

background-color css

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

 a { background-color: rgb(236,127,21); }

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

border-color css

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

 span { border-color: rgb(236,127,21); }

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