Html Css Color HEX #EA8C1D Carrot Orange

📋 copy color: '#EA8C1D'

red 234 ◦ green 140 ◦ blue 29

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

Shades of Carrot Orange #EA8C1D

Tints of Carrot Orange #EA8C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.74%

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

R = 58.06%
G = 34.74%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA8C1D (or 0xEA8C1D) is known color: Carrot Orange. HEX triplet: EA, 8C and 1D. RGB value is (234,140,29). Sum of RGB (Red+Green+Blue) = 234+140+29=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8C1D is #1573E2. Grayscale: #9B9B9B. Windows color (decimal): -1405923 or 1936618. OLE color: 1936618.

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

Color convert

RGB 234 140 29 -
CMYK 0 0.40 0.88 0.08
HSL 32.49º 0.83% 0.52% -
HSV(B) 32.49º 0.88% 0.92% -
XYZ 43.53 36.34 5.88 -
YUV 155.45 56.64 184.03 -
System Red Green Blue C M Y K H S L
Decimal 234 140 29 0 0.40 0.88 0.08 32.49 0.83 0.52
Hex EA 8C 1D 0 28 58 8 20 53 34
Octal 352 214 35 0 50 130 10 40 123 64
Binary 11101010 10001100 11101 0 101000 1011000 1000 100000 1010011 110100

Color Harmonies of #EA8C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C1D

Black with #EA8C1D

Text Example


Text Example

White with #EA8C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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