Html Css Color HEX #EBDC29 Golden Fizz

📋 copy color: '#EBDC29'

red 235 ◦ green 220 ◦ blue 41

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

Shades of Golden Fizz #EBDC29

Tints of Golden Fizz #EBDC29

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

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

R = 47.38%
G = 44.35%
B = 8.27%

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

#EBDC29 (or 0xEBDC29) is known color: Golden Fizz. HEX triplet: EB, DC and 29. RGB value is (235,220,41). Sum of RGB (Red+Green+Blue) = 235+220+41=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC29 is #1423D6. Grayscale: #CCCCCC. Windows color (decimal): -1319895 or 2743531. OLE color: 2743531.

HSL color Cylindrical-coordinate representation of color #EBDC29: hue angle of 55.36º 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 #EBDC29 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 41 -
CMYK 0 0.06 0.83 0.08
HSL 55.36º 0.83% 0.54% -
HSV(B) 55.36º 0.83% 0.92% -
XYZ 60.25 69.01 12.24 -
YUV 204.08 35.97 150.05 -
System Red Green Blue C M Y K H S L
Decimal 235 220 41 0 0.06 0.83 0.08 55.36 0.83 0.54
Hex EB DC 29 0 6 53 8 37 53 36
Octal 353 334 51 0 6 123 10 67 123 66
Binary 11101011 11011100 101001 0 110 1010011 1000 110111 1010011 110110

Color Harmonies of #EBDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC29

Black with #EBDC29

Text Example


Text Example

White with #EBDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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