Html Css Color HEX #EBDC33 Golden Fizz

📋 copy color: '#EBDC33'

red 235 ◦ green 220 ◦ blue 51

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

Shades of Golden Fizz #EBDC33

Tints of Golden Fizz #EBDC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.08%

R = 46.44%
G = 43.48%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBDC33 (or 0xEBDC33) is known color: Golden Fizz. HEX triplet: EB, DC and 33. RGB value is (235,220,51). Sum of RGB (Red+Green+Blue) = 235+220+51=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC33 is #1423CC. Grayscale: #CDCDCD. Windows color (decimal): -1319885 or 3398891. OLE color: 3398891.

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

Color convert

RGB 235 220 51 -
CMYK 0 0.06 0.78 0.08
HSL 55.11º 0.82% 0.56% -
HSV(B) 55.11º 0.78% 0.92% -
XYZ 60.45 69.09 13.28 -
YUV 205.22 40.97 149.24 -
System Red Green Blue C M Y K H S L
Decimal 235 220 51 0 0.06 0.78 0.08 55.11 0.82 0.56
Hex EB DC 33 0 6 4E 8 37 52 38
Octal 353 334 63 0 6 116 10 67 122 70
Binary 11101011 11011100 110011 0 110 1001110 1000 110111 1010010 111000

Color Harmonies of #EBDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC33

Black with #EBDC33

Text Example


Text Example

White with #EBDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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