Html Css Color HEX #EADE23 Golden Fizz

📋 copy color: '#EADE23'

red 234 ◦ green 222 ◦ blue 35

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

Shades of Golden Fizz #EADE23

Tints of Golden Fizz #EADE23

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.21%

 BLUE value IS 35 (14.06% from 255) = 7.13%

R = 47.66%
G = 45.21%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EADE23 (or 0xEADE23) is known color: Golden Fizz. HEX triplet: EA, DE and 23. RGB value is (234,222,35). Sum of RGB (Red+Green+Blue) = 234+222+35=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 35 (14.06% from 255 or 7.13% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE23 is #1521DC. Grayscale: #CDCDCD. Windows color (decimal): -1384925 or 2350826. OLE color: 2350826.

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

Color convert

RGB 234 222 35 -
CMYK 0 0.05 0.85 0.08
HSL 56.38º 0.83% 0.53% -
HSV(B) 56.38º 0.85% 0.92% -
XYZ 60.36 69.86 11.89 -
YUV 204.27 32.48 149.21 -
System Red Green Blue C M Y K H S L
Decimal 234 222 35 0 0.05 0.85 0.08 56.38 0.83 0.53
Hex EA DE 23 0 5 55 8 38 53 35
Octal 352 336 43 0 5 125 10 70 123 65
Binary 11101010 11011110 100011 0 101 1010101 1000 111000 1010011 110101

Color Harmonies of #EADE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE23

Black with #EADE23

Text Example


Text Example

White with #EADE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE23; }

 p { color: rgb(234,222,35); }

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

background-color css

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

 a { background-color: rgb(234,222,35); }

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

border-color css

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

 span { border-color: rgb(234,222,35); }

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