Html Css Color HEX #EBDD32 Golden Fizz

📋 copy color: '#EBDD32'

red 235 ◦ green 221 ◦ blue 50

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

Shades of Golden Fizz #EBDD32

Tints of Golden Fizz #EBDD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.88%

R = 46.44%
G = 43.68%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBDD32 (or 0xEBDD32) is known color: Golden Fizz. HEX triplet: EB, DD and 32. RGB value is (235,221,50). Sum of RGB (Red+Green+Blue) = 235+221+50=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD32 is #1422CD. Grayscale: #CECECE. Windows color (decimal): -1319630 or 3333611. OLE color: 3333611.

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

Color convert

RGB 235 221 50 -
CMYK 0 0.06 0.79 0.08
HSL 55.46º 0.82% 0.56% -
HSV(B) 55.46º 0.79% 0.92% -
XYZ 60.69 69.61 13.25 -
YUV 205.69 40.14 148.9 -
System Red Green Blue C M Y K H S L
Decimal 235 221 50 0 0.06 0.79 0.08 55.46 0.82 0.56
Hex EB DD 32 0 6 4F 8 37 52 38
Octal 353 335 62 0 6 117 10 67 122 70
Binary 11101011 11011101 110010 0 110 1001111 1000 110111 1010010 111000

Color Harmonies of #EBDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD32

Black with #EBDD32

Text Example


Text Example

White with #EBDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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