Html Css Color HEX #EA8319 Carrot Orange

📋 copy color: '#EA8319'

red 234 ◦ green 131 ◦ blue 25

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

Shades of Carrot Orange #EA8319

Tints of Carrot Orange #EA8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 25 (10.16% from 255) = 6.41%

R = 60%
G = 33.59%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA8319 (or 0xEA8319) is known color: Carrot Orange. HEX triplet: EA, 83 and 19. RGB value is (234,131,25). Sum of RGB (Red+Green+Blue) = 234+131+25=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8319 is #157CE6. Grayscale: #969696. Windows color (decimal): -1408231 or 1672170. OLE color: 1672170.

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

Color convert

RGB 234 131 25 -
CMYK 0 0.44 0.89 0.08
HSL 30.43º 0.83% 0.51% -
HSV(B) 30.43º 0.89% 0.92% -
XYZ 42.22 33.8 5.22 -
YUV 149.71 57.62 188.12 -
System Red Green Blue C M Y K H S L
Decimal 234 131 25 0 0.44 0.89 0.08 30.43 0.83 0.51
Hex EA 83 19 0 2C 59 8 1E 53 33
Octal 352 203 31 0 54 131 10 36 123 63
Binary 11101010 10000011 11001 0 101100 1011001 1000 11110 1010011 110011

Color Harmonies of #EA8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8319

Black with #EA8319

Text Example


Text Example

White with #EA8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8319; }

 p { color: rgb(234,131,25); }

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

background-color css

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

 a { background-color: rgb(234,131,25); }

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

border-color css

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

 span { border-color: rgb(234,131,25); }

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