Html Css Color HEX #EADB29 Golden Fizz

📋 copy color: '#EADB29'

red 234 ◦ green 219 ◦ blue 41

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

Shades of Golden Fizz #EADB29

Tints of Golden Fizz #EADB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.3%

R = 47.37%
G = 44.33%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EADB29 (or 0xEADB29) is known color: Golden Fizz. HEX triplet: EA, DB and 29. RGB value is (234,219,41). Sum of RGB (Red+Green+Blue) = 234+219+41=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 41 (16.41% from 255 or 8.30% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB29 is #1524D6. Grayscale: #CBCBCB. Windows color (decimal): -1385687 or 2743274. OLE color: 2743274.

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

Color convert

RGB 234 219 41 -
CMYK 0 0.06 0.82 0.08
HSL 55.34º 0.82% 0.54% -
HSV(B) 55.34º 0.82% 0.92% -
XYZ 59.66 68.32 12.14 -
YUV 203.19 36.47 149.97 -
System Red Green Blue C M Y K H S L
Decimal 234 219 41 0 0.06 0.82 0.08 55.34 0.82 0.54
Hex EA DB 29 0 6 52 8 37 52 36
Octal 352 333 51 0 6 122 10 67 122 66
Binary 11101010 11011011 101001 0 110 1010010 1000 110111 1010010 110110

Color Harmonies of #EADB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB29

Black with #EADB29

Text Example


Text Example

White with #EADB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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