Html Css Color HEX #EADB07 Golden Yellow

📋 copy color: '#EADB07'

red 234 ◦ green 219 ◦ blue 7

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

Shades of Golden Yellow #EADB07

Tints of Golden Yellow #EADB07

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.61%

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

R = 50.87%
G = 47.61%
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

#EADB07 (or 0xEADB07) is known color: Golden Yellow. HEX triplet: EA, DB and 07. RGB value is (234,219,7). Sum of RGB (Red+Green+Blue) = 234+219+7=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 7 (3.12% from 255 or 1.52% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB07 is #1524F8. Grayscale: #C8C8C8. Windows color (decimal): -1385721 or 515050. OLE color: 515050.

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

Color convert

RGB 234 219 7 -
CMYK 0 0.06 0.97 0.08
HSL 56.04º 0.94% 0.47% -
HSV(B) 56.04º 0.97% 0.92% -
XYZ 59.3 68.17 10.23 -
YUV 199.32 19.47 152.74 -
System Red Green Blue C M Y K H S L
Decimal 234 219 7 0 0.06 0.97 0.08 56.04 0.94 0.47
Hex EA DB 7 0 6 61 8 38 5E 2F
Octal 352 333 7 0 6 141 10 70 136 57
Binary 11101010 11011011 111 0 110 1100001 1000 111000 1011110 101111

Color Harmonies of #EADB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB07

Black with #EADB07

Text Example


Text Example

White with #EADB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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