Html Css Color HEX #EA7D1C Carrot Orange

📋 copy color: '#EA7D1C'

red 234 ◦ green 125 ◦ blue 28

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

Shades of Carrot Orange #EA7D1C

Tints of Carrot Orange #EA7D1C

RGB

 RED value IS 234 (91.8% from 255) = 60.47%

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

 BLUE value IS 28 (11.33% from 255) = 7.24%

R = 60.47%
G = 32.3%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA7D1C (or 0xEA7D1C) is known color: Carrot Orange. HEX triplet: EA, 7D and 1C. RGB value is (234,125,28). Sum of RGB (Red+Green+Blue) = 234+125+28=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7D1C is #1582E3. Grayscale: #939393. Windows color (decimal): -1409764 or 1867242. OLE color: 1867242.

HSL color Cylindrical-coordinate representation of color #EA7D1C: hue angle of 28.25º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA7D1C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 125 28 -
CMYK 0 0.47 0.88 0.08
HSL 28.25º 0.83% 0.51% -
HSV(B) 28.25º 0.88% 0.92% -
XYZ 41.47 32.24 5.14 -
YUV 146.53 61.11 190.39 -
System Red Green Blue C M Y K H S L
Decimal 234 125 28 0 0.47 0.88 0.08 28.25 0.83 0.51
Hex EA 7D 1C 0 2F 58 8 1C 53 33
Octal 352 175 34 0 57 130 10 34 123 63
Binary 11101010 1111101 11100 0 101111 1011000 1000 11100 1010011 110011

Color Harmonies of #EA7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D1C

Black with #EA7D1C

Text Example


Text Example

White with #EA7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D1C; }

 p { color: rgb(234,125,28); }

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

background-color css

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

 a { background-color: rgb(234,125,28); }

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

border-color css

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

 span { border-color: rgb(234,125,28); }

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