Html Css Color HEX #EA871B Carrot Orange

📋 copy color: '#EA871B'

red 234 ◦ green 135 ◦ blue 27

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

Shades of Carrot Orange #EA871B

Tints of Carrot Orange #EA871B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.82%

R = 59.09%
G = 34.09%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA871B (or 0xEA871B) is known color: Carrot Orange. HEX triplet: EA, 87 and 1B. RGB value is (234,135,27). Sum of RGB (Red+Green+Blue) = 234+135+27=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA871B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA871B is #1578E4. Grayscale: #989898. Windows color (decimal): -1407205 or 1804266. OLE color: 1804266.

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

Color convert

RGB 234 135 27 -
CMYK 0 0.42 0.88 0.08
HSL 31.3º 0.83% 0.51% -
HSV(B) 31.3º 0.88% 0.92% -
XYZ 42.79 34.9 5.52 -
YUV 152.29 57.3 186.28 -
System Red Green Blue C M Y K H S L
Decimal 234 135 27 0 0.42 0.88 0.08 31.3 0.83 0.51
Hex EA 87 1B 0 2A 58 8 1F 53 33
Octal 352 207 33 0 52 130 10 37 123 63
Binary 11101010 10000111 11011 0 101010 1011000 1000 11111 1010011 110011

Color Harmonies of #EA871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA871B

Black with #EA871B

Text Example


Text Example

White with #EA871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA871B; }

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

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

background-color css

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

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

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

border-color css

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

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

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