Html Css Color HEX #EBDB2D Golden Fizz

📋 copy color: '#EBDB2D'

red 235 ◦ green 219 ◦ blue 45

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

Shades of Golden Fizz #EBDB2D

Tints of Golden Fizz #EBDB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.02%

R = 47.09%
G = 43.89%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBDB2D (or 0xEBDB2D) is known color: Golden Fizz. HEX triplet: EB, DB and 2D. RGB value is (235,219,45). Sum of RGB (Red+Green+Blue) = 235+219+45=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB2D is #1424D2. Grayscale: #CCCCCC. Windows color (decimal): -1320147 or 3005419. OLE color: 3005419.

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

Color convert

RGB 235 219 45 -
CMYK 0 0.07 0.81 0.08
HSL 54.95º 0.83% 0.55% -
HSV(B) 54.95º 0.81% 0.92% -
XYZ 60.07 68.51 12.54 -
YUV 203.95 38.3 150.15 -
System Red Green Blue C M Y K H S L
Decimal 235 219 45 0 0.07 0.81 0.08 54.95 0.83 0.55
Hex EB DB 2D 0 7 51 8 37 53 37
Octal 353 333 55 0 7 121 10 67 123 67
Binary 11101011 11011011 101101 0 111 1010001 1000 110111 1010011 110111

Color Harmonies of #EBDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB2D

Black with #EBDB2D

Text Example


Text Example

White with #EBDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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