Html Css Color HEX #EADB2D Golden Fizz

📋 copy color: '#EADB2D'

red 234 ◦ green 219 ◦ blue 45

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

Shades of Golden Fizz #EADB2D

Tints of Golden Fizz #EADB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.04%

R = 46.99%
G = 43.98%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EADB2D (or 0xEADB2D) is known color: Golden Fizz. HEX triplet: EA, DB and 2D. RGB value is (234,219,45). Sum of RGB (Red+Green+Blue) = 234+219+45=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB2D is #1524D2. Grayscale: #CCCCCC. Windows color (decimal): -1385683 or 3005418. OLE color: 3005418.

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

Color convert

RGB 234 219 45 -
CMYK 0 0.06 0.81 0.08
HSL 55.24º 0.82% 0.55% -
HSV(B) 55.24º 0.81% 0.92% -
XYZ 59.74 68.34 12.53 -
YUV 203.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 234 219 45 0 0.06 0.81 0.08 55.24 0.82 0.55
Hex EA DB 2D 0 6 51 8 37 52 37
Octal 352 333 55 0 6 121 10 67 122 67
Binary 11101010 11011011 101101 0 110 1010001 1000 110111 1010010 110111

Color Harmonies of #EADB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB2D

Black with #EADB2D

Text Example


Text Example

White with #EADB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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