Html Css Color HEX #EAE335 Golden Fizz

📋 copy color: '#EAE335'

red 234 ◦ green 227 ◦ blue 53

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

Shades of Golden Fizz #EAE335

Tints of Golden Fizz #EAE335

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.16%

 BLUE value IS 53 (21.09% from 255) = 10.31%

R = 45.53%
G = 44.16%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAE335 (or 0xEAE335) is known color: Golden Fizz. HEX triplet: EA, E3 and 35. RGB value is (234,227,53). Sum of RGB (Red+Green+Blue) = 234+227+53=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 53 (21.09% from 255 or 10.31% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE335 is #151CCA. Grayscale: #D1D1D1. Windows color (decimal): -1383627 or 3531754. OLE color: 3531754.

HSL color Cylindrical-coordinate representation of color #EAE335: hue angle of 57.68º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAE335 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 227 53 -
CMYK 0 0.03 0.77 0.08
HSL 57.68º 0.81% 0.56% -
HSV(B) 57.68º 0.77% 0.92% -
XYZ 62.04 72.69 14.13 -
YUV 209.26 39.82 145.65 -
System Red Green Blue C M Y K H S L
Decimal 234 227 53 0 0.03 0.77 0.08 57.68 0.81 0.56
Hex EA E3 35 0 3 4D 8 3A 51 38
Octal 352 343 65 0 3 115 10 72 121 70
Binary 11101010 11100011 110101 0 11 1001101 1000 111010 1010001 111000

Color Harmonies of #EAE335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE335

Black with #EAE335

Text Example


Text Example

White with #EAE335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE335; }

 p { color: rgb(234,227,53); }

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

background-color css

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

 a { background-color: rgb(234,227,53); }

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

border-color css

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

 span { border-color: rgb(234,227,53); }

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