Html Css Color HEX #EADD23 Golden Fizz

📋 copy color: '#EADD23'

red 234 ◦ green 221 ◦ blue 35

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

Shades of Golden Fizz #EADD23

Tints of Golden Fizz #EADD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.1%

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

R = 47.76%
G = 45.1%
B = 7.14%

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

#EADD23 (or 0xEADD23) is known color: Golden Fizz. HEX triplet: EA, DD and 23. RGB value is (234,221,35). Sum of RGB (Red+Green+Blue) = 234+221+35=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 35 (14.06% from 255 or 7.14% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD23 is #1522DC. Grayscale: #CCCCCC. Windows color (decimal): -1385181 or 2350570. OLE color: 2350570.

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

Color convert

RGB 234 221 35 -
CMYK 0 0.06 0.85 0.08
HSL 56.08º 0.83% 0.53% -
HSV(B) 56.08º 0.85% 0.92% -
XYZ 60.09 69.33 11.8 -
YUV 203.68 32.81 149.62 -
System Red Green Blue C M Y K H S L
Decimal 234 221 35 0 0.06 0.85 0.08 56.08 0.83 0.53
Hex EA DD 23 0 6 55 8 38 53 35
Octal 352 335 43 0 6 125 10 70 123 65
Binary 11101010 11011101 100011 0 110 1010101 1000 111000 1010011 110101

Color Harmonies of #EADD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD23

Black with #EADD23

Text Example


Text Example

White with #EADD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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