#EAD00B

Color #EAD00B Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #EAD00B

Tints of Gold #EAD00B

Color information

#EAD00B (or 0xEAD00B) is unknown color: approx Gold. HEX triplet: EA, D0 and 0B. RGB value is (234,208,11). Sum of RGB (Red+Green+Blue) = 234+208+11=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD00B is #152FF4. Grayscale: #C2C2C2. Windows color (decimal): -1388533 or 774378. OLE color: 774378.

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

Color convert

RGB23420811-
CMYK00.110.950.08
HSL53º91.02%48.04%-
HSV(B)53º95.3%91.76%-
XYZ56.5562.639.42-
YUV193.3225.11157.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.66%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 11 (4.69% from 255) = 2.43%
R=51.66%
G=45.92%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342081100.110.950.085391.0248.04
HexEAD0B0B5F8355b30
Octal35232013013137106513360
Binary1110101011010000101101011101111110001101011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD00B; }

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

 H1.HeaderClassName
 {
   color: #EAD00B;
 }
 .AnyTagClassName
 {
   color: #EAD00B;
 }
</style>
background-color css

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

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

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

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

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

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