Html Css Color HEX #EBDD29 Golden Fizz

📋 copy color: '#EBDD29'

red 235 ◦ green 221 ◦ blue 41

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

Shades of Golden Fizz #EBDD29

Tints of Golden Fizz #EBDD29

RGB

 RED value IS 235 (92.19% from 255) = 47.28%

 GREEN value IS 221 (86.72% from 255) = 44.47%

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

R = 47.28%
G = 44.47%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBDD29 (or 0xEBDD29) is known color: Golden Fizz. HEX triplet: EB, DD and 29. RGB value is (235,221,41). Sum of RGB (Red+Green+Blue) = 235+221+41=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 41 (16.41% from 255 or 8.25% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD29 is #1422D6. Grayscale: #CDCDCD. Windows color (decimal): -1319639 or 2743787. OLE color: 2743787.

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

Color convert

RGB 235 221 41 -
CMYK 0 0.06 0.83 0.08
HSL 55.67º 0.83% 0.54% -
HSV(B) 55.67º 0.83% 0.92% -
XYZ 60.52 69.54 12.33 -
YUV 204.67 35.64 149.64 -
System Red Green Blue C M Y K H S L
Decimal 235 221 41 0 0.06 0.83 0.08 55.67 0.83 0.54
Hex EB DD 29 0 6 53 8 38 53 36
Octal 353 335 51 0 6 123 10 70 123 66
Binary 11101011 11011101 101001 0 110 1010011 1000 111000 1010011 110110

Color Harmonies of #EBDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD29

Black with #EBDD29

Text Example


Text Example

White with #EBDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD29; }

 p { color: rgb(235,221,41); }

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

background-color css

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

 a { background-color: rgb(235,221,41); }

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

border-color css

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

 span { border-color: rgb(235,221,41); }

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