Html Css Color HEX #EADB0A Golden Yellow

📋 copy color: '#EADB0A'

red 234 ◦ green 219 ◦ blue 10

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

Shades of Golden Yellow #EADB0A

Tints of Golden Yellow #EADB0A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.3%

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

R = 50.54%
G = 47.3%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EADB0A (or 0xEADB0A) is known color: Golden Yellow. HEX triplet: EA, DB and 0A. RGB value is (234,219,10). Sum of RGB (Red+Green+Blue) = 234+219+10=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB0A is #1524F5. Grayscale: #C8C8C8. Windows color (decimal): -1385718 or 711658. OLE color: 711658.

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

Color convert

RGB 234 219 10 -
CMYK 0 0.06 0.96 0.08
HSL 55.98º 0.92% 0.48% -
HSV(B) 55.98º 0.96% 0.92% -
XYZ 59.32 68.18 10.32 -
YUV 199.66 20.97 152.49 -
System Red Green Blue C M Y K H S L
Decimal 234 219 10 0 0.06 0.96 0.08 55.98 0.92 0.48
Hex EA DB A 0 6 60 8 38 5C 30
Octal 352 333 12 0 6 140 10 70 134 60
Binary 11101010 11011011 1010 0 110 1100000 1000 111000 1011100 110000

Color Harmonies of #EADB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB0A

Black with #EADB0A

Text Example


Text Example

White with #EADB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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