Html Css Color HEX #EADE1D Golden Fizz

📋 copy color: '#EADE1D'

red 234 ◦ green 222 ◦ blue 29

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

Shades of Golden Fizz #EADE1D

Tints of Golden Fizz #EADE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.98%

R = 48.25%
G = 45.77%
B = 5.98%

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

#EADE1D (or 0xEADE1D) is known color: Golden Fizz. HEX triplet: EA, DE and 1D. RGB value is (234,222,29). Sum of RGB (Red+Green+Blue) = 234+222+29=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE1D is #1521E2. Grayscale: #CCCCCC. Windows color (decimal): -1384931 or 1957610. OLE color: 1957610.

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

Color convert

RGB 234 222 29 -
CMYK 0 0.05 0.88 0.08
HSL 56.49º 0.83% 0.52% -
HSV(B) 56.49º 0.88% 0.92% -
XYZ 60.27 69.82 11.46 -
YUV 203.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 234 222 29 0 0.05 0.88 0.08 56.49 0.83 0.52
Hex EA DE 1D 0 5 58 8 38 53 34
Octal 352 336 35 0 5 130 10 70 123 64
Binary 11101010 11011110 11101 0 101 1011000 1000 111000 1010011 110100

Color Harmonies of #EADE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE1D

Black with #EADE1D

Text Example


Text Example

White with #EADE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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