Html Css Color HEX #EADE1F Golden Fizz

📋 copy color: '#EADE1F'

red 234 ◦ green 222 ◦ blue 31

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

Shades of Golden Fizz #EADE1F

Tints of Golden Fizz #EADE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.37%

R = 48.05%
G = 45.59%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EADE1F (or 0xEADE1F) is known color: Golden Fizz. HEX triplet: EA, DE and 1F. RGB value is (234,222,31). Sum of RGB (Red+Green+Blue) = 234+222+31=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE1F is #1521E0. Grayscale: #CCCCCC. Windows color (decimal): -1384929 or 2088682. OLE color: 2088682.

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

Color convert

RGB 234 222 31 -
CMYK 0 0.05 0.87 0.08
HSL 56.45º 0.83% 0.52% -
HSV(B) 56.45º 0.87% 0.92% -
XYZ 60.3 69.83 11.6 -
YUV 203.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 234 222 31 0 0.05 0.87 0.08 56.45 0.83 0.52
Hex EA DE 1F 0 5 57 8 38 53 34
Octal 352 336 37 0 5 127 10 70 123 64
Binary 11101010 11011110 11111 0 101 1010111 1000 111000 1010011 110100

Color Harmonies of #EADE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE1F

Black with #EADE1F

Text Example


Text Example

White with #EADE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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