Html Css Color HEX #EBD334 Golden Fizz

📋 copy color: '#EBD334'

red 235 ◦ green 211 ◦ blue 52

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

Shades of Golden Fizz #EBD334

Tints of Golden Fizz #EBD334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.37%

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

R = 47.19%
G = 42.37%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBD334 (or 0xEBD334) is known color: Golden Fizz. HEX triplet: EB, D3 and 34. RGB value is (235,211,52). Sum of RGB (Red+Green+Blue) = 235+211+52=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD334 is #142CCB. Grayscale: #C8C8C8. Windows color (decimal): -1322188 or 3462123. OLE color: 3462123.

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

Color convert

RGB 235 211 52 -
CMYK 0 0.10 0.78 0.08
HSL 52.13º 0.82% 0.56% -
HSV(B) 52.13º 0.78% 0.92% -
XYZ 58.18 64.5 12.63 -
YUV 200.05 44.45 152.93 -
System Red Green Blue C M Y K H S L
Decimal 235 211 52 0 0.10 0.78 0.08 52.13 0.82 0.56
Hex EB D3 34 0 A 4E 8 34 52 38
Octal 353 323 64 0 12 116 10 64 122 70
Binary 11101011 11010011 110100 0 1010 1001110 1000 110100 1010010 111000

Color Harmonies of #EBD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD334

Black with #EBD334

Text Example


Text Example

White with #EBD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD334; }

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

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

background-color css

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

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

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

border-color css

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

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

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