Html Css Color HEX #EA9618 Carrot Orange

📋 copy color: '#EA9618'

red 234 ◦ green 150 ◦ blue 24

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

Shades of Carrot Orange #EA9618

Tints of Carrot Orange #EA9618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 57.35%
G = 36.76%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA9618 (or 0xEA9618) is known color: Carrot Orange. HEX triplet: EA, 96 and 18. RGB value is (234,150,24). Sum of RGB (Red+Green+Blue) = 234+150+24=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9618 is #1569E7. Grayscale: #A1A1A1. Windows color (decimal): -1403368 or 1611498. OLE color: 1611498.

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

Color convert

RGB 234 150 24 -
CMYK 0 0.36 0.90 0.08
HSL 36º 0.83% 0.51% -
HSV(B) 36º 0.9% 0.92% -
XYZ 45 39.37 6.09 -
YUV 160.75 50.83 180.25 -
System Red Green Blue C M Y K H S L
Decimal 234 150 24 0 0.36 0.90 0.08 36 0.83 0.51
Hex EA 96 18 0 24 5A 8 24 53 33
Octal 352 226 30 0 44 132 10 44 123 63
Binary 11101010 10010110 11000 0 100100 1011010 1000 100100 1010011 110011

Color Harmonies of #EA9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9618

Black with #EA9618

Text Example


Text Example

White with #EA9618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9618; }

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

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

background-color css

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

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

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

border-color css

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

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

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