Html Css Color HEX #EBDA34 Golden Fizz

📋 copy color: '#EBDA34'

red 235 ◦ green 218 ◦ blue 52

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

Shades of Golden Fizz #EBDA34

Tints of Golden Fizz #EBDA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.3%

R = 46.53%
G = 43.17%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBDA34 (or 0xEBDA34) is known color: Golden Fizz. HEX triplet: EB, DA and 34. RGB value is (235,218,52). Sum of RGB (Red+Green+Blue) = 235+218+52=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA34 is #1425CB. Grayscale: #CCCCCC. Windows color (decimal): -1320396 or 3463915. OLE color: 3463915.

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

Color convert

RGB 235 218 52 -
CMYK 0 0.07 0.78 0.08
HSL 54.43º 0.82% 0.56% -
HSV(B) 54.43º 0.78% 0.92% -
XYZ 59.95 68.05 13.22 -
YUV 204.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 235 218 52 0 0.07 0.78 0.08 54.43 0.82 0.56
Hex EB DA 34 0 7 4E 8 36 52 38
Octal 353 332 64 0 7 116 10 66 122 70
Binary 11101011 11011010 110100 0 111 1001110 1000 110110 1010010 111000

Color Harmonies of #EBDA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA34

Black with #EBDA34

Text Example


Text Example

White with #EBDA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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