Html Css Color HEX #EAB00B Gamboge

📋 copy color: '#EAB00B'

red 234 ◦ green 176 ◦ blue 11

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

Shades of Gamboge #EAB00B

Tints of Gamboge #EAB00B

RGB

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

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

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

R = 55.58%
G = 41.81%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAB00B (or 0xEAB00B) is known color: Gamboge. HEX triplet: EA, B0 and 0B. RGB value is (234,176,11). Sum of RGB (Red+Green+Blue) = 234+176+11=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB00B is #154FF4. Grayscale: #AFAFAF. Windows color (decimal): -1396725 or 766186. OLE color: 766186.

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

Color convert

RGB 234 176 11 -
CMYK 0 0.25 0.95 0.08
HSL 44.39º 0.91% 0.48% -
HSV(B) 44.39º 0.95% 0.92% -
XYZ 49.52 48.57 7.08 -
YUV 174.53 35.72 170.42 -
System Red Green Blue C M Y K H S L
Decimal 234 176 11 0 0.25 0.95 0.08 44.39 0.91 0.48
Hex EA B0 B 0 19 5F 8 2C 5B 30
Octal 352 260 13 0 31 137 10 54 133 60
Binary 11101010 10110000 1011 0 11001 1011111 1000 101100 1011011 110000

Color Harmonies of #EAB00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB00B

Black with #EAB00B

Text Example


Text Example

White with #EAB00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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