Html Css Color HEX #EADB00 Golden Yellow

📋 copy color: '#EADB00'

red 234 ◦ green 219 ◦ blue 0

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

Shades of Golden Yellow #EADB00

Tints of Golden Yellow #EADB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.66%
G = 48.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EADB00 (or 0xEADB00) is known color: Golden Yellow. HEX triplet: EA, DB and 00. RGB value is (234,219,0). Sum of RGB (Red+Green+Blue) = 234+219+0=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB00 is #1524FF. Grayscale: #C7C7C7. Windows color (decimal): -1385728 or 56298. OLE color: 56298.

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

Color convert

RGB 234 219 0 -
CMYK 0 0.06 1 0.08
HSL 56.15º 1% 0.46% -
HSV(B) 56.15º 1% 0.92% -
XYZ 59.26 68.16 10.03 -
YUV 198.52 15.97 153.31 -
System Red Green Blue C M Y K H S L
Decimal 234 219 0 0 0.06 1 0.08 56.15 1 0.46
Hex EA DB 0 0 6 64 8 38 64 2E
Octal 352 333 0 0 6 144 10 70 144 56
Binary 11101010 11011011 0 0 110 1100100 1000 111000 1100100 101110

Color Harmonies of #EADB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB00

Black with #EADB00

Text Example


Text Example

White with #EADB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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