Html Css Color HEX #EA9105 Gamboge

📋 copy color: '#EA9105'

red 234 ◦ green 145 ◦ blue 5

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

Shades of Gamboge #EA9105

Tints of Gamboge #EA9105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 60.94%
G = 37.76%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA9105 (or 0xEA9105) is known color: Gamboge. HEX triplet: EA, 91 and 05. RGB value is (234,145,5). Sum of RGB (Red+Green+Blue) = 234+145+5=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9105 is #156EFA. Grayscale: #9C9C9C. Windows color (decimal): -1404667 or 365034. OLE color: 365034.

HSL color Cylindrical-coordinate representation of color #EA9105: hue angle of 36.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA9105 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 145 5 -
CMYK 0 0.38 0.98 0.08
HSL 36.68º 0.96% 0.47% -
HSV(B) 36.68º 0.98% 0.92% -
XYZ 44.08 37.75 5.11 -
YUV 155.65 42.99 183.88 -
System Red Green Blue C M Y K H S L
Decimal 234 145 5 0 0.38 0.98 0.08 36.68 0.96 0.47
Hex EA 91 5 0 26 62 8 25 60 2F
Octal 352 221 5 0 46 142 10 45 140 57
Binary 11101010 10010001 101 0 100110 1100010 1000 100101 1100000 101111

Color Harmonies of #EA9105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9105

Black with #EA9105

Text Example


Text Example

White with #EA9105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9105; }

 p { color: rgb(234,145,5); }

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

background-color css

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

 a { background-color: rgb(234,145,5); }

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

border-color css

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

 span { border-color: rgb(234,145,5); }

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