Html Css Color HEX #EADB25 Golden Fizz

📋 copy color: '#EADB25'

red 234 ◦ green 219 ◦ blue 37

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

Shades of Golden Fizz #EADB25

Tints of Golden Fizz #EADB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.55%

R = 47.76%
G = 44.69%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EADB25 (or 0xEADB25) is known color: Golden Fizz. HEX triplet: EA, DB and 25. RGB value is (234,219,37). Sum of RGB (Red+Green+Blue) = 234+219+37=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB25 is #1524DA. Grayscale: #CBCBCB. Windows color (decimal): -1385691 or 2481130. OLE color: 2481130.

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

Color convert

RGB 234 219 37 -
CMYK 0 0.06 0.84 0.08
HSL 55.43º 0.82% 0.53% -
HSV(B) 55.43º 0.84% 0.92% -
XYZ 59.6 68.29 11.79 -
YUV 202.74 34.47 150.3 -
System Red Green Blue C M Y K H S L
Decimal 234 219 37 0 0.06 0.84 0.08 55.43 0.82 0.53
Hex EA DB 25 0 6 54 8 37 52 35
Octal 352 333 45 0 6 124 10 67 122 65
Binary 11101010 11011011 100101 0 110 1010100 1000 110111 1010010 110101

Color Harmonies of #EADB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB25

Black with #EADB25

Text Example


Text Example

White with #EADB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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