Html Css Color HEX #EAB00F Gamboge

📋 copy color: '#EAB00F'

red 234 ◦ green 176 ◦ blue 15

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

Shades of Gamboge #EAB00F

Tints of Gamboge #EAB00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.53%

R = 55.06%
G = 41.41%
B = 3.53%

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

#EAB00F (or 0xEAB00F) is known color: Gamboge. HEX triplet: EA, B0 and 0F. RGB value is (234,176,15). Sum of RGB (Red+Green+Blue) = 234+176+15=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB00F is #154FF0. Grayscale: #AFAFAF. Windows color (decimal): -1396721 or 1028330. OLE color: 1028330.

HSL color Cylindrical-coordinate representation of color #EAB00F: hue angle of 44.11º degrees, saturation: 0.88, 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 #EAB00F is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 15 -
CMYK 0 0.25 0.94 0.08
HSL 44.11º 0.88% 0.49% -
HSV(B) 44.11º 0.94% 0.92% -
XYZ 49.54 48.58 7.22 -
YUV 174.99 37.72 170.09 -
System Red Green Blue C M Y K H S L
Decimal 234 176 15 0 0.25 0.94 0.08 44.11 0.88 0.49
Hex EA B0 F 0 19 5E 8 2C 58 31
Octal 352 260 17 0 31 136 10 54 130 61
Binary 11101010 10110000 1111 0 11001 1011110 1000 101100 1011000 110001

Color Harmonies of #EAB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB00F

Black with #EAB00F

Text Example


Text Example

White with #EAB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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