Html Css Color HEX #EC7F1D Carrot Orange

📋 copy color: '#EC7F1D'

red 236 ◦ green 127 ◦ blue 29

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

Shades of Carrot Orange #EC7F1D

Tints of Carrot Orange #EC7F1D

RGB

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

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

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

R = 60.2%
G = 32.4%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC7F1D (or 0xEC7F1D) is known color: Carrot Orange. HEX triplet: EC, 7F and 1D. RGB value is (236,127,29). Sum of RGB (Red+Green+Blue) = 236+127+29=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F1D is #1380E2. Grayscale: #949494. Windows color (decimal): -1278179 or 1933292. OLE color: 1933292.

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

Color convert

RGB 236 127 29 -
CMYK 0 0.46 0.88 0.07
HSL 28.41º 0.84% 0.52% -
HSV(B) 28.41º 0.88% 0.93% -
XYZ 42.4 33.1 5.32 -
YUV 148.42 60.61 190.47 -
System Red Green Blue C M Y K H S L
Decimal 236 127 29 0 0.46 0.88 0.07 28.41 0.84 0.52
Hex EC 7F 1D 0 2E 58 7 1C 54 34
Octal 354 177 35 0 56 130 7 34 124 64
Binary 11101100 1111111 11101 0 101110 1011000 111 11100 1010100 110100

Color Harmonies of #EC7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F1D

Black with #EC7F1D

Text Example


Text Example

White with #EC7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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