Html Css Color HEX #EAD52C Golden Fizz

📋 copy color: '#EAD52C'

red 234 ◦ green 213 ◦ blue 44

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

Shades of Golden Fizz #EAD52C

Tints of Golden Fizz #EAD52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.38%

 BLUE value IS 44 (17.58% from 255) = 8.96%

R = 47.66%
G = 43.38%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EAD52C (or 0xEAD52C) is known color: Golden Fizz. HEX triplet: EA, D5 and 2C. RGB value is (234,213,44). Sum of RGB (Red+Green+Blue) = 234+213+44=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD52C is #152AD3. Grayscale: #C8C8C8. Windows color (decimal): -1387220 or 2938346. OLE color: 2938346.

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

Color convert

RGB 234 213 44 -
CMYK 0 0.09 0.81 0.08
HSL 53.37º 0.82% 0.55% -
HSV(B) 53.37º 0.81% 0.92% -
XYZ 58.18 65.26 11.91 -
YUV 200.01 39.96 152.24 -
System Red Green Blue C M Y K H S L
Decimal 234 213 44 0 0.09 0.81 0.08 53.37 0.82 0.55
Hex EA D5 2C 0 9 51 8 35 52 37
Octal 352 325 54 0 11 121 10 65 122 67
Binary 11101010 11010101 101100 0 1001 1010001 1000 110101 1010010 110111

Color Harmonies of #EAD52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD52C

Black with #EAD52C

Text Example


Text Example

White with #EAD52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD52C; }

 p { color: rgb(234,213,44); }

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

background-color css

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

 a { background-color: rgb(234,213,44); }

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

border-color css

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

 span { border-color: rgb(234,213,44); }

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