Html Css Color HEX #EADB28 Golden Fizz

📋 copy color: '#EADB28'

red 234 ◦ green 219 ◦ blue 40

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

Shades of Golden Fizz #EADB28

Tints of Golden Fizz #EADB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.11%

R = 47.46%
G = 44.42%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EADB28 (or 0xEADB28) is known color: Golden Fizz. HEX triplet: EA, DB and 28. RGB value is (234,219,40). Sum of RGB (Red+Green+Blue) = 234+219+40=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB28 is #1524D7. Grayscale: #CBCBCB. Windows color (decimal): -1385688 or 2677738. OLE color: 2677738.

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

Color convert

RGB 234 219 40 -
CMYK 0 0.06 0.83 0.08
HSL 55.36º 0.82% 0.54% -
HSV(B) 55.36º 0.83% 0.92% -
XYZ 59.65 68.31 12.05 -
YUV 203.08 35.97 150.05 -
System Red Green Blue C M Y K H S L
Decimal 234 219 40 0 0.06 0.83 0.08 55.36 0.82 0.54
Hex EA DB 28 0 6 53 8 37 52 36
Octal 352 333 50 0 6 123 10 67 122 66
Binary 11101010 11011011 101000 0 110 1010011 1000 110111 1010010 110110

Color Harmonies of #EADB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB28

Black with #EADB28

Text Example


Text Example

White with #EADB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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