Html Css Color HEX #EA871F Carrot Orange

📋 copy color: '#EA871F'

red 234 ◦ green 135 ◦ blue 31

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

Shades of Carrot Orange #EA871F

Tints of Carrot Orange #EA871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

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

R = 58.5%
G = 33.75%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA871F (or 0xEA871F) is known color: Carrot Orange. HEX triplet: EA, 87 and 1F. RGB value is (234,135,31). Sum of RGB (Red+Green+Blue) = 234+135+31=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA871F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA871F is #1578E0. Grayscale: #999999. Windows color (decimal): -1407201 or 2066410. OLE color: 2066410.

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

Color convert

RGB 234 135 31 -
CMYK 0 0.42 0.87 0.08
HSL 30.74º 0.83% 0.52% -
HSV(B) 30.74º 0.87% 0.92% -
XYZ 42.84 34.92 5.78 -
YUV 152.75 59.3 185.96 -
System Red Green Blue C M Y K H S L
Decimal 234 135 31 0 0.42 0.87 0.08 30.74 0.83 0.52
Hex EA 87 1F 0 2A 57 8 1F 53 34
Octal 352 207 37 0 52 127 10 37 123 64
Binary 11101010 10000111 11111 0 101010 1010111 1000 11111 1010011 110100

Color Harmonies of #EA871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA871F

Black with #EA871F

Text Example


Text Example

White with #EA871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA871F; }

 p { color: rgb(234,135,31); }

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

background-color css

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

 a { background-color: rgb(234,135,31); }

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

border-color css

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

 span { border-color: rgb(234,135,31); }

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