Html Css Color HEX #EC7D1F Carrot Orange

📋 copy color: '#EC7D1F'

red 236 ◦ green 125 ◦ blue 31

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

Shades of Carrot Orange #EC7D1F

Tints of Carrot Orange #EC7D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.89%

 BLUE value IS 31 (12.5% from 255) = 7.91%

R = 60.2%
G = 31.89%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC7D1F (or 0xEC7D1F) is known color: Carrot Orange. HEX triplet: EC, 7D and 1F. RGB value is (236,125,31). Sum of RGB (Red+Green+Blue) = 236+125+31=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D1F is #1382E0. Grayscale: #939393. Windows color (decimal): -1278689 or 2063852. OLE color: 2063852.

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

Color convert

RGB 236 125 31 -
CMYK 0 0.47 0.87 0.07
HSL 27.51º 0.84% 0.52% -
HSV(B) 27.51º 0.87% 0.93% -
XYZ 42.17 32.6 5.37 -
YUV 147.47 62.27 191.14 -
System Red Green Blue C M Y K H S L
Decimal 236 125 31 0 0.47 0.87 0.07 27.51 0.84 0.52
Hex EC 7D 1F 0 2F 57 7 1C 54 34
Octal 354 175 37 0 57 127 7 34 124 64
Binary 11101100 1111101 11111 0 101111 1010111 111 11100 1010100 110100

Color Harmonies of #EC7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D1F

Black with #EC7D1F

Text Example


Text Example

White with #EC7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D1F; }

 p { color: rgb(236,125,31); }

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

background-color css

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

 a { background-color: rgb(236,125,31); }

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

border-color css

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

 span { border-color: rgb(236,125,31); }

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