Html Css Color HEX #EA881E Carrot Orange

📋 copy color: '#EA881E'

red 234 ◦ green 136 ◦ blue 30

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

Shades of Carrot Orange #EA881E

Tints of Carrot Orange #EA881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 58.5%
G = 34%
B = 7.5%

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

#EA881E (or 0xEA881E) is known color: Carrot Orange. HEX triplet: EA, 88 and 1E. RGB value is (234,136,30). Sum of RGB (Red+Green+Blue) = 234+136+30=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA881E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA881E is #1577E1. Grayscale: #999999. Windows color (decimal): -1406946 or 2001130. OLE color: 2001130.

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

Color convert

RGB 234 136 30 -
CMYK 0 0.42 0.87 0.08
HSL 31.18º 0.83% 0.52% -
HSV(B) 31.18º 0.87% 0.92% -
XYZ 42.97 35.19 5.76 -
YUV 153.22 58.47 185.62 -
System Red Green Blue C M Y K H S L
Decimal 234 136 30 0 0.42 0.87 0.08 31.18 0.83 0.52
Hex EA 88 1E 0 2A 57 8 1F 53 34
Octal 352 210 36 0 52 127 10 37 123 64
Binary 11101010 10001000 11110 0 101010 1010111 1000 11111 1010011 110100

Color Harmonies of #EA881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA881E

Black with #EA881E

Text Example


Text Example

White with #EA881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA881E; }

 p { color: rgb(234,136,30); }

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

background-color css

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

 a { background-color: rgb(234,136,30); }

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

border-color css

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

 span { border-color: rgb(234,136,30); }

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