Html Css Color HEX #EBDF28 Golden Fizz

📋 copy color: '#EBDF28'

red 235 ◦ green 223 ◦ blue 40

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

Shades of Golden Fizz #EBDF28

Tints of Golden Fizz #EBDF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.03%

R = 47.19%
G = 44.78%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBDF28 (or 0xEBDF28) is known color: Golden Fizz. HEX triplet: EB, DF and 28. RGB value is (235,223,40). Sum of RGB (Red+Green+Blue) = 235+223+40=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF28 is #1420D7. Grayscale: #CECECE. Windows color (decimal): -1319128 or 2678763. OLE color: 2678763.

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

Color convert

RGB 235 223 40 -
CMYK 0 0.05 0.83 0.08
HSL 56.31º 0.83% 0.54% -
HSV(B) 56.31º 0.83% 0.92% -
XYZ 61.03 70.59 12.42 -
YUV 205.73 34.48 148.88 -
System Red Green Blue C M Y K H S L
Decimal 235 223 40 0 0.05 0.83 0.08 56.31 0.83 0.54
Hex EB DF 28 0 5 53 8 38 53 36
Octal 353 337 50 0 5 123 10 70 123 66
Binary 11101011 11011111 101000 0 101 1010011 1000 111000 1010011 110110

Color Harmonies of #EBDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF28

Black with #EBDF28

Text Example


Text Example

White with #EBDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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