Html Css Color HEX #EA9807 Gamboge

📋 copy color: '#EA9807'

red 234 ◦ green 152 ◦ blue 7

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

Shades of Gamboge #EA9807

Tints of Gamboge #EA9807

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

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

R = 59.54%
G = 38.68%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9807 (or 0xEA9807) is known color: Gamboge. HEX triplet: EA, 98 and 07. RGB value is (234,152,7). Sum of RGB (Red+Green+Blue) = 234+152+7=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9807 is #1567F8. Grayscale: #A0A0A0. Windows color (decimal): -1402873 or 497898. OLE color: 497898.

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

Color convert

RGB 234 152 7 -
CMYK 0 0.35 0.97 0.08
HSL 38.33º 0.94% 0.47% -
HSV(B) 38.33º 0.97% 0.92% -
XYZ 45.2 39.96 5.53 -
YUV 159.99 41.67 180.79 -
System Red Green Blue C M Y K H S L
Decimal 234 152 7 0 0.35 0.97 0.08 38.33 0.94 0.47
Hex EA 98 7 0 23 61 8 26 5E 2F
Octal 352 230 7 0 43 141 10 46 136 57
Binary 11101010 10011000 111 0 100011 1100001 1000 100110 1011110 101111

Color Harmonies of #EA9807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9807

Black with #EA9807

Text Example


Text Example

White with #EA9807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9807; }

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

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

background-color css

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

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

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

border-color css

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

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

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