Html Css Color HEX #EADB37 Golden Fizz

📋 copy color: '#EADB37'

red 234 ◦ green 219 ◦ blue 55

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

Shades of Golden Fizz #EADB37

Tints of Golden Fizz #EADB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.83%

R = 46.06%
G = 43.11%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EADB37 (or 0xEADB37) is known color: Golden Fizz. HEX triplet: EA, DB and 37. RGB value is (234,219,55). Sum of RGB (Red+Green+Blue) = 234+219+55=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 55 (21.88% from 255 or 10.83% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB37 is #1524C8. Grayscale: #CDCDCD. Windows color (decimal): -1385673 or 3660778. OLE color: 3660778.

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

Color convert

RGB 234 219 55 -
CMYK 0 0.06 0.76 0.08
HSL 54.97º 0.81% 0.57% -
HSV(B) 54.97º 0.76% 0.92% -
XYZ 59.95 68.43 13.66 -
YUV 204.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 234 219 55 0 0.06 0.76 0.08 54.97 0.81 0.57
Hex EA DB 37 0 6 4C 8 37 51 39
Octal 352 333 67 0 6 114 10 67 121 71
Binary 11101010 11011011 110111 0 110 1001100 1000 110111 1010001 111001

Color Harmonies of #EADB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB37

Black with #EADB37

Text Example


Text Example

White with #EADB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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