Html Css Color HEX #EBDA2F Golden Fizz

📋 copy color: '#EBDA2F'

red 235 ◦ green 218 ◦ blue 47

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

Shades of Golden Fizz #EBDA2F

Tints of Golden Fizz #EBDA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 47 (18.75% from 255) = 9.4%

R = 47%
G = 43.6%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBDA2F (or 0xEBDA2F) is known color: Golden Fizz. HEX triplet: EB, DA and 2F. RGB value is (235,218,47). Sum of RGB (Red+Green+Blue) = 235+218+47=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA2F is #1425D0. Grayscale: #CCCCCC. Windows color (decimal): -1320401 or 3136235. OLE color: 3136235.

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

Color convert

RGB 235 218 47 -
CMYK 0 0.07 0.8 0.08
HSL 54.57º 0.82% 0.55% -
HSV(B) 54.57º 0.8% 0.92% -
XYZ 59.85 68.01 12.66 -
YUV 203.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 235 218 47 0 0.07 0.8 0.08 54.57 0.82 0.55
Hex EB DA 2F 0 7 50 8 37 52 37
Octal 353 332 57 0 7 120 10 67 122 67
Binary 11101011 11011010 101111 0 111 1010000 1000 110111 1010010 110111

Color Harmonies of #EBDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA2F

Black with #EBDA2F

Text Example


Text Example

White with #EBDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA2F; }

 p { color: rgb(235,218,47); }

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

background-color css

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

 a { background-color: rgb(235,218,47); }

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

border-color css

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

 span { border-color: rgb(235,218,47); }

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