Html Css Color HEX #EADB2F Golden Fizz

📋 copy color: '#EADB2F'

red 234 ◦ green 219 ◦ blue 47

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

Shades of Golden Fizz #EADB2F

Tints of Golden Fizz #EADB2F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.8%

 BLUE value IS 47 (18.75% from 255) = 9.4%

R = 46.8%
G = 43.8%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EADB2F (or 0xEADB2F) is known color: Golden Fizz. HEX triplet: EA, DB and 2F. RGB value is (234,219,47). Sum of RGB (Red+Green+Blue) = 234+219+47=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB2F is #1524D0. Grayscale: #CCCCCC. Windows color (decimal): -1385681 or 3136490. OLE color: 3136490.

HSL color Cylindrical-coordinate representation of color #EADB2F: hue angle of 55.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EADB2F is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 47 -
CMYK 0 0.06 0.80 0.08
HSL 55.19º 0.82% 0.55% -
HSV(B) 55.19º 0.8% 0.92% -
XYZ 59.78 68.36 12.73 -
YUV 203.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 234 219 47 0 0.06 0.80 0.08 55.19 0.82 0.55
Hex EA DB 2F 0 6 50 8 37 52 37
Octal 352 333 57 0 6 120 10 67 122 67
Binary 11101010 11011011 101111 0 110 1010000 1000 110111 1010010 110111

Color Harmonies of #EADB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB2F

Black with #EADB2F

Text Example


Text Example

White with #EADB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB2F; }

 p { color: rgb(234,219,47); }

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

background-color css

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

 a { background-color: rgb(234,219,47); }

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

border-color css

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

 span { border-color: rgb(234,219,47); }

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