Html Css Color HEX #EA9107 Gamboge

📋 copy color: '#EA9107'

red 234 ◦ green 145 ◦ blue 7

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

Shades of Gamboge #EA9107

Tints of Gamboge #EA9107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 60.62%
G = 37.56%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9107 (or 0xEA9107) is known color: Gamboge. HEX triplet: EA, 91 and 07. RGB value is (234,145,7). Sum of RGB (Red+Green+Blue) = 234+145+7=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9107 is #156EF8. Grayscale: #9C9C9C. Windows color (decimal): -1404665 or 496106. OLE color: 496106.

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

Color convert

RGB 234 145 7 -
CMYK 0 0.38 0.97 0.08
HSL 36.48º 0.94% 0.47% -
HSV(B) 36.48º 0.97% 0.92% -
XYZ 44.1 37.76 5.17 -
YUV 155.88 43.99 183.72 -
System Red Green Blue C M Y K H S L
Decimal 234 145 7 0 0.38 0.97 0.08 36.48 0.94 0.47
Hex EA 91 7 0 26 61 8 24 5E 2F
Octal 352 221 7 0 46 141 10 44 136 57
Binary 11101010 10010001 111 0 100110 1100001 1000 100100 1011110 101111

Color Harmonies of #EA9107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9107

Black with #EA9107

Text Example


Text Example

White with #EA9107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9107; }

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

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

background-color css

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

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

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

border-color css

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

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

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