Html Css Color HEX #EC7F1F Carrot Orange

📋 copy color: '#EC7F1F'

red 236 ◦ green 127 ◦ blue 31

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

Shades of Carrot Orange #EC7F1F

Tints of Carrot Orange #EC7F1F

RGB

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

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

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

R = 59.9%
G = 32.23%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC7F1F (or 0xEC7F1F) is known color: Carrot Orange. HEX triplet: EC, 7F and 1F. RGB value is (236,127,31). Sum of RGB (Red+Green+Blue) = 236+127+31=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F1F is #1380E0. Grayscale: #959595. Windows color (decimal): -1278177 or 2064364. OLE color: 2064364.

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

Color convert

RGB 236 127 31 -
CMYK 0 0.46 0.87 0.07
HSL 28.1º 0.84% 0.52% -
HSV(B) 28.1º 0.87% 0.93% -
XYZ 42.43 33.11 5.45 -
YUV 148.65 61.61 190.31 -
System Red Green Blue C M Y K H S L
Decimal 236 127 31 0 0.46 0.87 0.07 28.1 0.84 0.52
Hex EC 7F 1F 0 2E 57 7 1C 54 34
Octal 354 177 37 0 56 127 7 34 124 64
Binary 11101100 1111111 11111 0 101110 1010111 111 11100 1010100 110100

Color Harmonies of #EC7F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F1F

Black with #EC7F1F

Text Example


Text Example

White with #EC7F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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