Html Css Color HEX #EADD25 Golden Fizz

📋 copy color: '#EADD25'

red 234 ◦ green 221 ◦ blue 37

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

Shades of Golden Fizz #EADD25

Tints of Golden Fizz #EADD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.52%

R = 47.56%
G = 44.92%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EADD25 (or 0xEADD25) is known color: Golden Fizz. HEX triplet: EA, DD and 25. RGB value is (234,221,37). Sum of RGB (Red+Green+Blue) = 234+221+37=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD25 is #1522DA. Grayscale: #CCCCCC. Windows color (decimal): -1385179 or 2481642. OLE color: 2481642.

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

Color convert

RGB 234 221 37 -
CMYK 0 0.06 0.84 0.08
HSL 56.04º 0.82% 0.53% -
HSV(B) 56.04º 0.84% 0.92% -
XYZ 60.12 69.34 11.97 -
YUV 203.91 33.81 149.46 -
System Red Green Blue C M Y K H S L
Decimal 234 221 37 0 0.06 0.84 0.08 56.04 0.82 0.53
Hex EA DD 25 0 6 54 8 38 52 35
Octal 352 335 45 0 6 124 10 70 122 65
Binary 11101010 11011101 100101 0 110 1010100 1000 111000 1010010 110101

Color Harmonies of #EADD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD25

Black with #EADD25

Text Example


Text Example

White with #EADD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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