Html Css Color HEX #EADA04 Golden Yellow

📋 copy color: '#EADA04'

red 234 ◦ green 218 ◦ blue 4

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

Shades of Golden Yellow #EADA04

Tints of Golden Yellow #EADA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 51.32%
G = 47.81%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EADA04 (or 0xEADA04) is known color: Golden Yellow. HEX triplet: EA, DA and 04. RGB value is (234,218,4). Sum of RGB (Red+Green+Blue) = 234+218+4=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA04 is #1525FB. Grayscale: #C7C7C7. Windows color (decimal): -1385980 or 318186. OLE color: 318186.

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

Color convert

RGB 234 218 4 -
CMYK 0 0.07 0.98 0.08
HSL 55.83º 0.97% 0.47% -
HSV(B) 55.83º 0.98% 0.92% -
XYZ 59.03 67.64 10.06 -
YUV 198.39 18.3 153.4 -
System Red Green Blue C M Y K H S L
Decimal 234 218 4 0 0.07 0.98 0.08 55.83 0.97 0.47
Hex EA DA 4 0 7 62 8 38 61 2F
Octal 352 332 4 0 7 142 10 70 141 57
Binary 11101010 11011010 100 0 111 1100010 1000 111000 1100001 101111

Color Harmonies of #EADA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA04

Black with #EADA04

Text Example


Text Example

White with #EADA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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