Html Css Color HEX #EAE62F Golden Fizz

📋 copy color: '#EAE62F'

red 234 ◦ green 230 ◦ blue 47

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

Shades of Golden Fizz #EAE62F

Tints of Golden Fizz #EAE62F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.01%

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

R = 45.79%
G = 45.01%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EAE62F (or 0xEAE62F) is known color: Golden Fizz. HEX triplet: EA, E6 and 2F. RGB value is (234,230,47). Sum of RGB (Red+Green+Blue) = 234+230+47=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE62F is #1519D0. Grayscale: #D3D3D3. Windows color (decimal): -1382865 or 3139306. OLE color: 3139306.

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

Color convert

RGB 234 230 47 -
CMYK 0 0.02 0.80 0.08
HSL 58.72º 0.82% 0.55% -
HSV(B) 58.72º 0.8% 0.92% -
XYZ 62.74 74.29 13.72 -
YUV 210.33 35.83 144.88 -
System Red Green Blue C M Y K H S L
Decimal 234 230 47 0 0.02 0.80 0.08 58.72 0.82 0.55
Hex EA E6 2F 0 2 50 8 3B 52 37
Octal 352 346 57 0 2 120 10 73 122 67
Binary 11101010 11100110 101111 0 10 1010000 1000 111011 1010010 110111

Color Harmonies of #EAE62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE62F

Black with #EAE62F

Text Example


Text Example

White with #EAE62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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