Html Css Color HEX #EAD62C Golden Fizz

📋 copy color: '#EAD62C'

red 234 ◦ green 214 ◦ blue 44

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

Shades of Golden Fizz #EAD62C

Tints of Golden Fizz #EAD62C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

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

R = 47.56%
G = 43.5%
B = 8.94%

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

#EAD62C (or 0xEAD62C) is known color: Golden Fizz. HEX triplet: EA, D6 and 2C. RGB value is (234,214,44). Sum of RGB (Red+Green+Blue) = 234+214+44=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD62C is #1529D3. Grayscale: #C9C9C9. Windows color (decimal): -1386964 or 2938602. OLE color: 2938602.

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

Color convert

RGB 234 214 44 -
CMYK 0 0.09 0.81 0.08
HSL 53.68º 0.82% 0.55% -
HSV(B) 53.68º 0.81% 0.92% -
XYZ 58.43 65.77 12 -
YUV 200.6 39.63 151.82 -
System Red Green Blue C M Y K H S L
Decimal 234 214 44 0 0.09 0.81 0.08 53.68 0.82 0.55
Hex EA D6 2C 0 9 51 8 36 52 37
Octal 352 326 54 0 11 121 10 66 122 67
Binary 11101010 11010110 101100 0 1001 1010001 1000 110110 1010010 110111

Color Harmonies of #EAD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD62C

Black with #EAD62C

Text Example


Text Example

White with #EAD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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