Html Css Color HEX #EADE1C Golden Fizz

📋 copy color: '#EADE1C'

red 234 ◦ green 222 ◦ blue 28

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

Shades of Golden Fizz #EADE1C

Tints of Golden Fizz #EADE1C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.87%

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

R = 48.35%
G = 45.87%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EADE1C (or 0xEADE1C) is known color: Golden Fizz. HEX triplet: EA, DE and 1C. RGB value is (234,222,28). Sum of RGB (Red+Green+Blue) = 234+222+28=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE1C is #1521E3. Grayscale: #CCCCCC. Windows color (decimal): -1384932 or 1892074. OLE color: 1892074.

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

Color convert

RGB 234 222 28 -
CMYK 0 0.05 0.88 0.08
HSL 56.5º 0.83% 0.51% -
HSV(B) 56.5º 0.88% 0.92% -
XYZ 60.26 69.82 11.4 -
YUV 203.47 28.98 149.77 -
System Red Green Blue C M Y K H S L
Decimal 234 222 28 0 0.05 0.88 0.08 56.5 0.83 0.51
Hex EA DE 1C 0 5 58 8 39 53 33
Octal 352 336 34 0 5 130 10 71 123 63
Binary 11101010 11011110 11100 0 101 1011000 1000 111001 1010011 110011

Color Harmonies of #EADE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE1C

Black with #EADE1C

Text Example


Text Example

White with #EADE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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