Html Css Color HEX #EADA07 Golden Yellow

📋 copy color: '#EADA07'

red 234 ◦ green 218 ◦ blue 7

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

Shades of Golden Yellow #EADA07

Tints of Golden Yellow #EADA07

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

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

R = 50.98%
G = 47.49%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EADA07 (or 0xEADA07) is known color: Golden Yellow. HEX triplet: EA, DA and 07. RGB value is (234,218,7). Sum of RGB (Red+Green+Blue) = 234+218+7=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA07 is #1525F8. Grayscale: #C7C7C7. Windows color (decimal): -1385977 or 514794. OLE color: 514794.

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

Color convert

RGB 234 218 7 -
CMYK 0 0.07 0.97 0.08
HSL 55.77º 0.94% 0.47% -
HSV(B) 55.77º 0.97% 0.92% -
XYZ 59.04 67.65 10.15 -
YUV 198.73 19.8 153.16 -
System Red Green Blue C M Y K H S L
Decimal 234 218 7 0 0.07 0.97 0.08 55.77 0.94 0.47
Hex EA DA 7 0 7 61 8 38 5E 2F
Octal 352 332 7 0 7 141 10 70 136 57
Binary 11101010 11011010 111 0 111 1100001 1000 111000 1011110 101111

Color Harmonies of #EADA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA07

Black with #EADA07

Text Example


Text Example

White with #EADA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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