Html Css Color HEX #EAD52E Golden Fizz

📋 copy color: '#EAD52E'

red 234 ◦ green 213 ◦ blue 46

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

Shades of Golden Fizz #EAD52E

Tints of Golden Fizz #EAD52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.33%

R = 47.46%
G = 43.2%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EAD52E (or 0xEAD52E) is known color: Golden Fizz. HEX triplet: EA, D5 and 2E. RGB value is (234,213,46). Sum of RGB (Red+Green+Blue) = 234+213+46=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD52E is #152AD1. Grayscale: #C8C8C8. Windows color (decimal): -1387218 or 3069418. OLE color: 3069418.

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

Color convert

RGB 234 213 46 -
CMYK 0 0.09 0.80 0.08
HSL 53.3º 0.82% 0.55% -
HSV(B) 53.3º 0.8% 0.92% -
XYZ 58.22 65.28 12.12 -
YUV 200.24 40.96 152.08 -
System Red Green Blue C M Y K H S L
Decimal 234 213 46 0 0.09 0.80 0.08 53.3 0.82 0.55
Hex EA D5 2E 0 9 50 8 35 52 37
Octal 352 325 56 0 11 120 10 65 122 67
Binary 11101010 11010101 101110 0 1001 1010000 1000 110101 1010010 110111

Color Harmonies of #EAD52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD52E

Black with #EAD52E

Text Example


Text Example

White with #EAD52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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