Html Css Color HEX #EADB21 Golden Fizz

📋 copy color: '#EADB21'

red 234 ◦ green 219 ◦ blue 33

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

Shades of Golden Fizz #EADB21

Tints of Golden Fizz #EADB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.79%

R = 48.15%
G = 45.06%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EADB21 (or 0xEADB21) is known color: Golden Fizz. HEX triplet: EA, DB and 21. RGB value is (234,219,33). Sum of RGB (Red+Green+Blue) = 234+219+33=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 33 (13.28% from 255 or 6.79% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB21 is #1524DE. Grayscale: #CBCBCB. Windows color (decimal): -1385695 or 2218986. OLE color: 2218986.

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

Color convert

RGB 234 219 33 -
CMYK 0 0.06 0.86 0.08
HSL 55.52º 0.83% 0.52% -
HSV(B) 55.52º 0.86% 0.92% -
XYZ 59.54 68.27 11.48 -
YUV 202.28 32.47 150.62 -
System Red Green Blue C M Y K H S L
Decimal 234 219 33 0 0.06 0.86 0.08 55.52 0.83 0.52
Hex EA DB 21 0 6 56 8 38 53 34
Octal 352 333 41 0 6 126 10 70 123 64
Binary 11101010 11011011 100001 0 110 1010110 1000 111000 1010011 110100

Color Harmonies of #EADB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB21

Black with #EADB21

Text Example


Text Example

White with #EADB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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