Html Css Color HEX #EAA70B Gamboge

📋 copy color: '#EAA70B'

red 234 ◦ green 167 ◦ blue 11

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

Shades of Gamboge #EAA70B

Tints of Gamboge #EAA70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

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

R = 56.8%
G = 40.53%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAA70B (or 0xEAA70B) is known color: Gamboge. HEX triplet: EA, A7 and 0B. RGB value is (234,167,11). Sum of RGB (Red+Green+Blue) = 234+167+11=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA70B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA70B is #1558F4. Grayscale: #A9A9A9. Windows color (decimal): -1399029 or 763882. OLE color: 763882.

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

Color convert

RGB 234 167 11 -
CMYK 0 0.29 0.95 0.08
HSL 41.97º 0.91% 0.48% -
HSV(B) 41.97º 0.95% 0.92% -
XYZ 47.81 45.15 6.51 -
YUV 169.25 38.7 174.18 -
System Red Green Blue C M Y K H S L
Decimal 234 167 11 0 0.29 0.95 0.08 41.97 0.91 0.48
Hex EA A7 B 0 1D 5F 8 2A 5B 30
Octal 352 247 13 0 35 137 10 52 133 60
Binary 11101010 10100111 1011 0 11101 1011111 1000 101010 1011011 110000

Color Harmonies of #EAA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA70B

Black with #EAA70B

Text Example


Text Example

White with #EAA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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