Html Css Color HEX #EA7D1D Carrot Orange

📋 copy color: '#EA7D1D'

red 234 ◦ green 125 ◦ blue 29

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

Shades of Carrot Orange #EA7D1D

Tints of Carrot Orange #EA7D1D

RGB

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

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

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

R = 60.31%
G = 32.22%
B = 7.47%

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

#EA7D1D (or 0xEA7D1D) is known color: Carrot Orange. HEX triplet: EA, 7D and 1D. RGB value is (234,125,29). Sum of RGB (Red+Green+Blue) = 234+125+29=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7D1D is #1582E2. Grayscale: #939393. Windows color (decimal): -1409763 or 1932778. OLE color: 1932778.

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

Color convert

RGB 234 125 29 -
CMYK 0 0.47 0.88 0.08
HSL 28.1º 0.83% 0.52% -
HSV(B) 28.1º 0.88% 0.92% -
XYZ 41.49 32.25 5.2 -
YUV 146.65 61.61 190.31 -
System Red Green Blue C M Y K H S L
Decimal 234 125 29 0 0.47 0.88 0.08 28.1 0.83 0.52
Hex EA 7D 1D 0 2F 58 8 1C 53 34
Octal 352 175 35 0 57 130 10 34 123 64
Binary 11101010 1111101 11101 0 101111 1011000 1000 11100 1010011 110100

Color Harmonies of #EA7D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D1D

Black with #EA7D1D

Text Example


Text Example

White with #EA7D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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