Html Css Color HEX #EA8A1F Carrot Orange

📋 copy color: '#EA8A1F'

red 234 ◦ green 138 ◦ blue 31

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

Shades of Carrot Orange #EA8A1F

Tints of Carrot Orange #EA8A1F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

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

R = 58.06%
G = 34.24%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA8A1F (or 0xEA8A1F) is known color: Carrot Orange. HEX triplet: EA, 8A and 1F. RGB value is (234,138,31). Sum of RGB (Red+Green+Blue) = 234+138+31=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A1F is #1575E0. Grayscale: #9B9B9B. Windows color (decimal): -1406433 or 2067178. OLE color: 2067178.

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

Color convert

RGB 234 138 31 -
CMYK 0 0.41 0.87 0.08
HSL 31.63º 0.83% 0.52% -
HSV(B) 31.63º 0.87% 0.92% -
XYZ 43.27 35.77 5.92 -
YUV 154.51 58.3 184.7 -
System Red Green Blue C M Y K H S L
Decimal 234 138 31 0 0.41 0.87 0.08 31.63 0.83 0.52
Hex EA 8A 1F 0 29 57 8 20 53 34
Octal 352 212 37 0 51 127 10 40 123 64
Binary 11101010 10001010 11111 0 101001 1010111 1000 100000 1010011 110100

Color Harmonies of #EA8A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A1F

Black with #EA8A1F

Text Example


Text Example

White with #EA8A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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