Html Css Color HEX #EBDB25 Golden Fizz

📋 copy color: '#EBDB25'

red 235 ◦ green 219 ◦ blue 37

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

Shades of Golden Fizz #EBDB25

Tints of Golden Fizz #EBDB25

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

 BLUE value IS 37 (14.84% from 255) = 7.54%

R = 47.86%
G = 44.6%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBDB25 (or 0xEBDB25) is known color: Golden Fizz. HEX triplet: EB, DB and 25. RGB value is (235,219,37). Sum of RGB (Red+Green+Blue) = 235+219+37=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB25 is #1424DA. Grayscale: #CBCBCB. Windows color (decimal): -1320155 or 2481131. OLE color: 2481131.

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

Color convert

RGB 235 219 37 -
CMYK 0 0.07 0.84 0.08
HSL 55.15º 0.83% 0.53% -
HSV(B) 55.15º 0.84% 0.92% -
XYZ 59.93 68.46 11.81 -
YUV 203.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 235 219 37 0 0.07 0.84 0.08 55.15 0.83 0.53
Hex EB DB 25 0 7 54 8 37 53 35
Octal 353 333 45 0 7 124 10 67 123 65
Binary 11101011 11011011 100101 0 111 1010100 1000 110111 1010011 110101

Color Harmonies of #EBDB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB25

Black with #EBDB25

Text Example


Text Example

White with #EBDB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB25; }

 p { color: rgb(235,219,37); }

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

background-color css

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

 a { background-color: rgb(235,219,37); }

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

border-color css

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

 span { border-color: rgb(235,219,37); }

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