Html Css Color HEX #EBDF20 Golden Fizz

📋 copy color: '#EBDF20'

red 235 ◦ green 223 ◦ blue 32

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

Shades of Golden Fizz #EBDF20

Tints of Golden Fizz #EBDF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

 BLUE value IS 32 (12.89% from 255) = 6.53%

R = 47.96%
G = 45.51%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBDF20 (or 0xEBDF20) is known color: Golden Fizz. HEX triplet: EB, DF and 20. RGB value is (235,223,32). Sum of RGB (Red+Green+Blue) = 235+223+32=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF20 is #1420DF. Grayscale: #CDCDCD. Windows color (decimal): -1319136 or 2154475. OLE color: 2154475.

HSL color Cylindrical-coordinate representation of color #EBDF20: hue angle of 56.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBDF20 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 32 -
CMYK 0 0.05 0.86 0.08
HSL 56.45º 0.84% 0.52% -
HSV(B) 56.45º 0.86% 0.92% -
XYZ 60.91 70.54 11.77 -
YUV 204.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 235 223 32 0 0.05 0.86 0.08 56.45 0.84 0.52
Hex EB DF 20 0 5 56 8 38 54 34
Octal 353 337 40 0 5 126 10 70 124 64
Binary 11101011 11011111 100000 0 101 1010110 1000 111000 1010100 110100

Color Harmonies of #EBDF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF20

Black with #EBDF20

Text Example


Text Example

White with #EBDF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF20; }

 p { color: rgb(235,223,32); }

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

background-color css

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

 a { background-color: rgb(235,223,32); }

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

border-color css

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

 span { border-color: rgb(235,223,32); }

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