Html Css Color HEX #EAE41C Golden Fizz

📋 copy color: '#EAE41C'

red 234 ◦ green 228 ◦ blue 28

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

Shades of Golden Fizz #EAE41C

Tints of Golden Fizz #EAE41C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.53%

 BLUE value IS 28 (11.33% from 255) = 5.71%

R = 47.76%
G = 46.53%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAE41C (or 0xEAE41C) is known color: Golden Fizz. HEX triplet: EA, E4 and 1C. RGB value is (234,228,28). Sum of RGB (Red+Green+Blue) = 234+228+28=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 28 (11.33% from 255 or 5.71% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE41C is #151BE3. Grayscale: #CFCFCF. Windows color (decimal): -1383396 or 1893610. OLE color: 1893610.

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

Color convert

RGB 234 228 28 -
CMYK 0 0.03 0.88 0.08
HSL 58.25º 0.83% 0.51% -
HSV(B) 58.25º 0.88% 0.92% -
XYZ 61.88 73.06 11.94 -
YUV 206.99 26.99 147.26 -
System Red Green Blue C M Y K H S L
Decimal 234 228 28 0 0.03 0.88 0.08 58.25 0.83 0.51
Hex EA E4 1C 0 3 58 8 3A 53 33
Octal 352 344 34 0 3 130 10 72 123 63
Binary 11101010 11100100 11100 0 11 1011000 1000 111010 1010011 110011

Color Harmonies of #EAE41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE41C

Black with #EAE41C

Text Example


Text Example

White with #EAE41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE41C; }

 p { color: rgb(234,228,28); }

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

background-color css

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

 a { background-color: rgb(234,228,28); }

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

border-color css

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

 span { border-color: rgb(234,228,28); }

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