Html Css Color HEX #EADA08 Golden Yellow

📋 copy color: '#EADA08'

red 234 ◦ green 218 ◦ blue 8

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

Shades of Golden Yellow #EADA08

Tints of Golden Yellow #EADA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 50.87%
G = 47.39%
B = 1.74%

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

#EADA08 (or 0xEADA08) is known color: Golden Yellow. HEX triplet: EA, DA and 08. RGB value is (234,218,8). Sum of RGB (Red+Green+Blue) = 234+218+8=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA08 is #1525F7. Grayscale: #C7C7C7. Windows color (decimal): -1385976 or 580330. OLE color: 580330.

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

Color convert

RGB 234 218 8 -
CMYK 0 0.07 0.97 0.08
HSL 55.75º 0.93% 0.47% -
HSV(B) 55.75º 0.97% 0.92% -
XYZ 59.05 67.65 10.18 -
YUV 198.84 20.3 153.08 -
System Red Green Blue C M Y K H S L
Decimal 234 218 8 0 0.07 0.97 0.08 55.75 0.93 0.47
Hex EA DA 8 0 7 61 8 38 5D 2F
Octal 352 332 10 0 7 141 10 70 135 57
Binary 11101010 11011010 1000 0 111 1100001 1000 111000 1011101 101111

Color Harmonies of #EADA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA08

Black with #EADA08

Text Example


Text Example

White with #EADA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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