Html Css Color HEX #EADB23 Golden Fizz

📋 copy color: '#EADB23'

red 234 ◦ green 219 ◦ blue 35

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

Shades of Golden Fizz #EADB23

Tints of Golden Fizz #EADB23

RGB

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

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

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

R = 47.95%
G = 44.88%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EADB23 (or 0xEADB23) is known color: Golden Fizz. HEX triplet: EA, DB and 23. RGB value is (234,219,35). Sum of RGB (Red+Green+Blue) = 234+219+35=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 35 (14.06% from 255 or 7.17% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB23 is #1524DC. Grayscale: #CBCBCB. Windows color (decimal): -1385693 or 2350058. OLE color: 2350058.

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

Color convert

RGB 234 219 35 -
CMYK 0 0.06 0.85 0.08
HSL 55.48º 0.83% 0.53% -
HSV(B) 55.48º 0.85% 0.92% -
XYZ 59.57 68.28 11.63 -
YUV 202.51 33.47 150.46 -
System Red Green Blue C M Y K H S L
Decimal 234 219 35 0 0.06 0.85 0.08 55.48 0.83 0.53
Hex EA DB 23 0 6 55 8 37 53 35
Octal 352 333 43 0 6 125 10 67 123 65
Binary 11101010 11011011 100011 0 110 1010101 1000 110111 1010011 110101

Color Harmonies of #EADB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB23

Black with #EADB23

Text Example


Text Example

White with #EADB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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