Html Css Color HEX #EAB00A Gamboge

📋 copy color: '#EAB00A'

red 234 ◦ green 176 ◦ blue 10

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

Shades of Gamboge #EAB00A

Tints of Gamboge #EAB00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.38%

R = 55.71%
G = 41.9%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAB00A (or 0xEAB00A) is known color: Gamboge. HEX triplet: EA, B0 and 0A. RGB value is (234,176,10). Sum of RGB (Red+Green+Blue) = 234+176+10=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB00A is #154FF5. Grayscale: #AFAFAF. Windows color (decimal): -1396726 or 700650. OLE color: 700650.

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

Color convert

RGB 234 176 10 -
CMYK 0 0.25 0.96 0.08
HSL 44.46º 0.92% 0.48% -
HSV(B) 44.46º 0.96% 0.92% -
XYZ 49.51 48.57 7.05 -
YUV 174.42 35.22 170.5 -
System Red Green Blue C M Y K H S L
Decimal 234 176 10 0 0.25 0.96 0.08 44.46 0.92 0.48
Hex EA B0 A 0 19 60 8 2C 5C 30
Octal 352 260 12 0 31 140 10 54 134 60
Binary 11101010 10110000 1010 0 11001 1100000 1000 101100 1011100 110000

Color Harmonies of #EAB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB00A

Black with #EAB00A

Text Example


Text Example

White with #EAB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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