Html Css Color HEX #EADB36 Golden Fizz

📋 copy color: '#EADB36'

red 234 ◦ green 219 ◦ blue 54

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

Shades of Golden Fizz #EADB36

Tints of Golden Fizz #EADB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.65%

R = 46.15%
G = 43.2%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EADB36 (or 0xEADB36) is known color: Golden Fizz. HEX triplet: EA, DB and 36. RGB value is (234,219,54). Sum of RGB (Red+Green+Blue) = 234+219+54=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 54 (21.48% from 255 or 10.65% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB36 is #1524C9. Grayscale: #CDCDCD. Windows color (decimal): -1385674 or 3595242. OLE color: 3595242.

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

Color convert

RGB 234 219 54 -
CMYK 0 0.06 0.77 0.08
HSL 55º 0.81% 0.56% -
HSV(B) 55º 0.77% 0.92% -
XYZ 59.93 68.42 13.54 -
YUV 204.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 234 219 54 0 0.06 0.77 0.08 55 0.81 0.56
Hex EA DB 36 0 6 4D 8 37 51 38
Octal 352 333 66 0 6 115 10 67 121 70
Binary 11101010 11011011 110110 0 110 1001101 1000 110111 1010001 111000

Color Harmonies of #EADB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB36

Black with #EADB36

Text Example


Text Example

White with #EADB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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