Html Css Color HEX #EAB10B Gamboge

📋 copy color: '#EAB10B'

red 234 ◦ green 177 ◦ blue 11

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

Shades of Gamboge #EAB10B

Tints of Gamboge #EAB10B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.94%

 BLUE value IS 11 (4.69% from 255) = 2.61%

R = 55.45%
G = 41.94%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAB10B (or 0xEAB10B) is known color: Gamboge. HEX triplet: EA, B1 and 0B. RGB value is (234,177,11). Sum of RGB (Red+Green+Blue) = 234+177+11=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB10B is #154EF4. Grayscale: #AFAFAF. Windows color (decimal): -1396469 or 766442. OLE color: 766442.

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

Color convert

RGB 234 177 11 -
CMYK 0 0.24 0.95 0.08
HSL 44.66º 0.91% 0.48% -
HSV(B) 44.66º 0.95% 0.92% -
XYZ 49.71 48.96 7.15 -
YUV 175.12 35.38 170 -
System Red Green Blue C M Y K H S L
Decimal 234 177 11 0 0.24 0.95 0.08 44.66 0.91 0.48
Hex EA B1 B 0 18 5F 8 2D 5B 30
Octal 352 261 13 0 30 137 10 55 133 60
Binary 11101010 10110001 1011 0 11000 1011111 1000 101101 1011011 110000

Color Harmonies of #EAB10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB10B

Black with #EAB10B

Text Example


Text Example

White with #EAB10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB10B; }

 p { color: rgb(234,177,11); }

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

background-color css

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

 a { background-color: rgb(234,177,11); }

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

border-color css

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

 span { border-color: rgb(234,177,11); }

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