Html Css Color HEX #EBDF29 Golden Fizz

📋 copy color: '#EBDF29'

red 235 ◦ green 223 ◦ blue 41

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

Shades of Golden Fizz #EBDF29

Tints of Golden Fizz #EBDF29

RGB

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

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

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

R = 47.09%
G = 44.69%
B = 8.22%

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

#EBDF29 (or 0xEBDF29) is known color: Golden Fizz. HEX triplet: EB, DF and 29. RGB value is (235,223,41). Sum of RGB (Red+Green+Blue) = 235+223+41=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF29 is #1420D6. Grayscale: #CECECE. Windows color (decimal): -1319127 or 2744299. OLE color: 2744299.

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

Color convert

RGB 235 223 41 -
CMYK 0 0.05 0.83 0.08
HSL 56.29º 0.83% 0.54% -
HSV(B) 56.29º 0.83% 0.92% -
XYZ 61.05 70.6 12.51 -
YUV 205.84 34.98 148.8 -
System Red Green Blue C M Y K H S L
Decimal 235 223 41 0 0.05 0.83 0.08 56.29 0.83 0.54
Hex EB DF 29 0 5 53 8 38 53 36
Octal 353 337 51 0 5 123 10 70 123 66
Binary 11101011 11011111 101001 0 101 1010011 1000 111000 1010011 110110

Color Harmonies of #EBDF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF29

Black with #EBDF29

Text Example


Text Example

White with #EBDF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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