Html Css Color HEX #EAB00E Gamboge

📋 copy color: '#EAB00E'

red 234 ◦ green 176 ◦ blue 14

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

Shades of Gamboge #EAB00E

Tints of Gamboge #EAB00E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

 BLUE value IS 14 (5.86% from 255) = 3.3%

R = 55.19%
G = 41.51%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAB00E (or 0xEAB00E) is known color: Gamboge. HEX triplet: EA, B0 and 0E. RGB value is (234,176,14). Sum of RGB (Red+Green+Blue) = 234+176+14=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB00E is #154FF1. Grayscale: #AFAFAF. Windows color (decimal): -1396722 or 962794. OLE color: 962794.

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

Color convert

RGB 234 176 14 -
CMYK 0 0.25 0.94 0.08
HSL 44.18º 0.89% 0.49% -
HSV(B) 44.18º 0.94% 0.92% -
XYZ 49.54 48.57 7.18 -
YUV 174.87 37.22 170.17 -
System Red Green Blue C M Y K H S L
Decimal 234 176 14 0 0.25 0.94 0.08 44.18 0.89 0.49
Hex EA B0 E 0 19 5E 8 2C 59 31
Octal 352 260 16 0 31 136 10 54 131 61
Binary 11101010 10110000 1110 0 11001 1011110 1000 101100 1011001 110001

Color Harmonies of #EAB00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB00E

Black with #EAB00E

Text Example


Text Example

White with #EAB00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB00E; }

 p { color: rgb(234,176,14); }

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

background-color css

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

 a { background-color: rgb(234,176,14); }

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

border-color css

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

 span { border-color: rgb(234,176,14); }

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