Html Css Color HEX #EADB03 Golden Yellow

📋 copy color: '#EADB03'

red 234 ◦ green 219 ◦ blue 3

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

Shades of Golden Yellow #EADB03

Tints of Golden Yellow #EADB03

RGB

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

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

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

R = 51.32%
G = 48.03%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EADB03 (or 0xEADB03) is known color: Golden Yellow. HEX triplet: EA, DB and 03. RGB value is (234,219,3). Sum of RGB (Red+Green+Blue) = 234+219+3=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 3 (1.56% from 255 or 0.66% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB03 is #1524FC. Grayscale: #C7C7C7. Windows color (decimal): -1385725 or 252906. OLE color: 252906.

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

Color convert

RGB 234 219 3 -
CMYK 0 0.06 0.99 0.08
HSL 56.1º 0.97% 0.46% -
HSV(B) 56.1º 0.99% 0.92% -
XYZ 59.28 68.16 10.12 -
YUV 198.86 17.47 153.06 -
System Red Green Blue C M Y K H S L
Decimal 234 219 3 0 0.06 0.99 0.08 56.1 0.97 0.46
Hex EA DB 3 0 6 63 8 38 61 2E
Octal 352 333 3 0 6 143 10 70 141 56
Binary 11101010 11011011 11 0 110 1100011 1000 111000 1100001 101110

Color Harmonies of #EADB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB03

Black with #EADB03

Text Example


Text Example

White with #EADB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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