Html Css Color HEX #EADA03 Golden Yellow

📋 copy color: '#EADA03'

red 234 ◦ green 218 ◦ blue 3

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

Shades of Golden Yellow #EADA03

Tints of Golden Yellow #EADA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.66%

R = 51.43%
G = 47.91%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EADA03 (or 0xEADA03) is known color: Golden Yellow. HEX triplet: EA, DA and 03. RGB value is (234,218,3). Sum of RGB (Red+Green+Blue) = 234+218+3=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA03 is #1525FC. Grayscale: #C7C7C7. Windows color (decimal): -1385981 or 252650. OLE color: 252650.

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

Color convert

RGB 234 218 3 -
CMYK 0 0.07 0.99 0.08
HSL 55.84º 0.97% 0.46% -
HSV(B) 55.84º 0.99% 0.92% -
XYZ 59.02 67.64 10.03 -
YUV 198.27 17.8 153.48 -
System Red Green Blue C M Y K H S L
Decimal 234 218 3 0 0.07 0.99 0.08 55.84 0.97 0.46
Hex EA DA 3 0 7 63 8 38 61 2E
Octal 352 332 3 0 7 143 10 70 141 56
Binary 11101010 11011010 11 0 111 1100011 1000 111000 1100001 101110

Color Harmonies of #EADA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA03

Black with #EADA03

Text Example


Text Example

White with #EADA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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