Html Css Color HEX #EADA06 Golden Yellow

📋 copy color: '#EADA06'

red 234 ◦ green 218 ◦ blue 6

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

Shades of Golden Yellow #EADA06

Tints of Golden Yellow #EADA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 51.09%
G = 47.6%
B = 1.31%

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

#EADA06 (or 0xEADA06) is known color: Golden Yellow. HEX triplet: EA, DA and 06. RGB value is (234,218,6). Sum of RGB (Red+Green+Blue) = 234+218+6=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA06 is #1525F9. Grayscale: #C7C7C7. Windows color (decimal): -1385978 or 449258. OLE color: 449258.

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

Color convert

RGB 234 218 6 -
CMYK 0 0.07 0.97 0.08
HSL 55.79º 0.95% 0.47% -
HSV(B) 55.79º 0.97% 0.92% -
XYZ 59.04 67.65 10.12 -
YUV 198.62 19.3 153.24 -
System Red Green Blue C M Y K H S L
Decimal 234 218 6 0 0.07 0.97 0.08 55.79 0.95 0.47
Hex EA DA 6 0 7 61 8 38 5F 2F
Octal 352 332 6 0 7 141 10 70 137 57
Binary 11101010 11011010 110 0 111 1100001 1000 111000 1011111 101111

Color Harmonies of #EADA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA06

Black with #EADA06

Text Example


Text Example

White with #EADA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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