Html Css Color HEX #EADD07 Golden Yellow

📋 copy color: '#EADD07'

red 234 ◦ green 221 ◦ blue 7

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

Shades of Golden Yellow #EADD07

Tints of Golden Yellow #EADD07

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.84%

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 50.65%
G = 47.84%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EADD07 (or 0xEADD07) is known color: Golden Yellow. HEX triplet: EA, DD and 07. RGB value is (234,221,7). Sum of RGB (Red+Green+Blue) = 234+221+7=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 7 (3.12% from 255 or 1.52% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD07 is #1522F8. Grayscale: #C9C9C9. Windows color (decimal): -1385209 or 515562. OLE color: 515562.

HSL color Cylindrical-coordinate representation of color #EADD07: hue angle of 56.56º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EADD07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 7 -
CMYK 0 0.06 0.97 0.08
HSL 56.56º 0.94% 0.47% -
HSV(B) 56.56º 0.97% 0.92% -
XYZ 59.83 69.22 10.41 -
YUV 200.49 18.81 151.9 -
System Red Green Blue C M Y K H S L
Decimal 234 221 7 0 0.06 0.97 0.08 56.56 0.94 0.47
Hex EA DD 7 0 6 61 8 39 5E 2F
Octal 352 335 7 0 6 141 10 71 136 57
Binary 11101010 11011101 111 0 110 1100001 1000 111001 1011110 101111

Color Harmonies of #EADD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD07

Black with #EADD07

Text Example


Text Example

White with #EADD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD07; }

 p { color: rgb(234,221,7); }

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

background-color css

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

 a { background-color: rgb(234,221,7); }

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

border-color css

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

 span { border-color: rgb(234,221,7); }

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