Html Css Color HEX #EAE231 Golden Fizz

📋 copy color: '#EAE231'

red 234 ◦ green 226 ◦ blue 49

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

Shades of Golden Fizz #EAE231

Tints of Golden Fizz #EAE231

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.4%

 BLUE value IS 49 (19.53% from 255) = 9.63%

R = 45.97%
G = 44.4%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAE231 (or 0xEAE231) is known color: Golden Fizz. HEX triplet: EA, E2 and 31. RGB value is (234,226,49). Sum of RGB (Red+Green+Blue) = 234+226+49=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE231 is #151DCE. Grayscale: #D0D0D0. Windows color (decimal): -1383887 or 3269354. OLE color: 3269354.

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

Color convert

RGB 234 226 49 -
CMYK 0 0.03 0.79 0.08
HSL 57.41º 0.81% 0.55% -
HSV(B) 57.41º 0.79% 0.92% -
XYZ 61.68 72.11 13.57 -
YUV 208.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 234 226 49 0 0.03 0.79 0.08 57.41 0.81 0.55
Hex EA E2 31 0 3 4F 8 39 51 37
Octal 352 342 61 0 3 117 10 71 121 67
Binary 11101010 11100010 110001 0 11 1001111 1000 111001 1010001 110111

Color Harmonies of #EAE231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE231

Black with #EAE231

Text Example


Text Example

White with #EAE231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE231; }

 p { color: rgb(234,226,49); }

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

background-color css

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

 a { background-color: rgb(234,226,49); }

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

border-color css

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

 span { border-color: rgb(234,226,49); }

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