Html Css Color HEX #EA8318 Carrot Orange

📋 copy color: '#EA8318'

red 234 ◦ green 131 ◦ blue 24

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

Shades of Carrot Orange #EA8318

Tints of Carrot Orange #EA8318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 60.15%
G = 33.68%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA8318 (or 0xEA8318) is known color: Carrot Orange. HEX triplet: EA, 83 and 18. RGB value is (234,131,24). Sum of RGB (Red+Green+Blue) = 234+131+24=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8318 is #157CE7. Grayscale: #969696. Windows color (decimal): -1408232 or 1606634. OLE color: 1606634.

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

Color convert

RGB 234 131 24 -
CMYK 0 0.44 0.90 0.08
HSL 30.57º 0.83% 0.51% -
HSV(B) 30.57º 0.9% 0.92% -
XYZ 42.21 33.79 5.16 -
YUV 149.6 57.12 188.2 -
System Red Green Blue C M Y K H S L
Decimal 234 131 24 0 0.44 0.90 0.08 30.57 0.83 0.51
Hex EA 83 18 0 2C 5A 8 1F 53 33
Octal 352 203 30 0 54 132 10 37 123 63
Binary 11101010 10000011 11000 0 101100 1011010 1000 11111 1010011 110011

Color Harmonies of #EA8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8318

Black with #EA8318

Text Example


Text Example

White with #EA8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8318; }

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

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

background-color css

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

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

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

border-color css

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

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

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