Html Css Color HEX #EADA0A Golden Yellow

📋 copy color: '#EADA0A'

red 234 ◦ green 218 ◦ blue 10

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

Shades of Golden Yellow #EADA0A

Tints of Golden Yellow #EADA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.16%

R = 50.65%
G = 47.19%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EADA0A (or 0xEADA0A) is known color: Golden Yellow. HEX triplet: EA, DA and 0A. RGB value is (234,218,10). Sum of RGB (Red+Green+Blue) = 234+218+10=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA0A is #1525F5. Grayscale: #C7C7C7. Windows color (decimal): -1385974 or 711402. OLE color: 711402.

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

Color convert

RGB 234 218 10 -
CMYK 0 0.07 0.96 0.08
HSL 55.71º 0.92% 0.48% -
HSV(B) 55.71º 0.96% 0.92% -
XYZ 59.06 67.66 10.23 -
YUV 199.07 21.3 152.91 -
System Red Green Blue C M Y K H S L
Decimal 234 218 10 0 0.07 0.96 0.08 55.71 0.92 0.48
Hex EA DA A 0 7 60 8 38 5C 30
Octal 352 332 12 0 7 140 10 70 134 60
Binary 11101010 11011010 1010 0 111 1100000 1000 111000 1011100 110000

Color Harmonies of #EADA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA0A

Black with #EADA0A

Text Example


Text Example

White with #EADA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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