Html Css Color HEX #EAD42F Golden Fizz

📋 copy color: '#EAD42F'

red 234 ◦ green 212 ◦ blue 47

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

Shades of Golden Fizz #EAD42F

Tints of Golden Fizz #EAD42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43%

 BLUE value IS 47 (18.75% from 255) = 9.53%

R = 47.46%
G = 43%
B = 9.53%

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

#EAD42F (or 0xEAD42F) is known color: Golden Fizz. HEX triplet: EA, D4 and 2F. RGB value is (234,212,47). Sum of RGB (Red+Green+Blue) = 234+212+47=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD42F is #152BD0. Grayscale: #C8C8C8. Windows color (decimal): -1387473 or 3134698. OLE color: 3134698.

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

Color convert

RGB 234 212 47 -
CMYK 0 0.09 0.80 0.08
HSL 52.94º 0.82% 0.55% -
HSV(B) 52.94º 0.8% 0.92% -
XYZ 57.99 64.78 12.14 -
YUV 199.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 234 212 47 0 0.09 0.80 0.08 52.94 0.82 0.55
Hex EA D4 2F 0 9 50 8 35 52 37
Octal 352 324 57 0 11 120 10 65 122 67
Binary 11101010 11010100 101111 0 1001 1010000 1000 110101 1010010 110111

Color Harmonies of #EAD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD42F

Black with #EAD42F

Text Example


Text Example

White with #EAD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD42F; }

 p { color: rgb(234,212,47); }

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

background-color css

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

 a { background-color: rgb(234,212,47); }

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

border-color css

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

 span { border-color: rgb(234,212,47); }

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