Html Css Color HEX #EAA00B Gamboge

📋 copy color: '#EAA00B'

red 234 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #EAA00B

Tints of Gamboge #EAA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

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

R = 57.78%
G = 39.51%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAA00B (or 0xEAA00B) is known color: Gamboge. HEX triplet: EA, A0 and 0B. RGB value is (234,160,11). Sum of RGB (Red+Green+Blue) = 234+160+11=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA00B is #155FF4. Grayscale: #A5A5A5. Windows color (decimal): -1400821 or 762090. OLE color: 762090.

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

Color convert

RGB 234 160 11 -
CMYK 0 0.32 0.95 0.08
HSL 40.09º 0.91% 0.48% -
HSV(B) 40.09º 0.95% 0.92% -
XYZ 46.56 42.66 6.1 -
YUV 165.14 41.02 177.12 -
System Red Green Blue C M Y K H S L
Decimal 234 160 11 0 0.32 0.95 0.08 40.09 0.91 0.48
Hex EA A0 B 0 20 5F 8 28 5B 30
Octal 352 240 13 0 40 137 10 50 133 60
Binary 11101010 10100000 1011 0 100000 1011111 1000 101000 1011011 110000

Color Harmonies of #EAA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA00B

Black with #EAA00B

Text Example


Text Example

White with #EAA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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