Html Css Color HEX #EAE02D Golden Fizz

📋 copy color: '#EAE02D'

red 234 ◦ green 224 ◦ blue 45

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

Shades of Golden Fizz #EAE02D

Tints of Golden Fizz #EAE02D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

 BLUE value IS 45 (17.97% from 255) = 8.95%

R = 46.52%
G = 44.53%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EAE02D (or 0xEAE02D) is known color: Golden Fizz. HEX triplet: EA, E0 and 2D. RGB value is (234,224,45). Sum of RGB (Red+Green+Blue) = 234+224+45=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE02D is #151FD2. Grayscale: #CFCFCF. Windows color (decimal): -1384403 or 3006698. OLE color: 3006698.

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

Color convert

RGB 234 224 45 -
CMYK 0 0.04 0.81 0.08
HSL 56.83º 0.82% 0.55% -
HSV(B) 56.83º 0.81% 0.92% -
XYZ 61.06 70.99 12.97 -
YUV 206.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 234 224 45 0 0.04 0.81 0.08 56.83 0.82 0.55
Hex EA E0 2D 0 4 51 8 39 52 37
Octal 352 340 55 0 4 121 10 71 122 67
Binary 11101010 11100000 101101 0 100 1010001 1000 111001 1010010 110111

Color Harmonies of #EAE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE02D

Black with #EAE02D

Text Example


Text Example

White with #EAE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE02D; }

 p { color: rgb(234,224,45); }

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

background-color css

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

 a { background-color: rgb(234,224,45); }

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

border-color css

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

 span { border-color: rgb(234,224,45); }

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