Html Css Color HEX #EBD42D Golden Fizz

📋 copy color: '#EBD42D'

red 235 ◦ green 212 ◦ blue 45

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

Shades of Golden Fizz #EBD42D

Tints of Golden Fizz #EBD42D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.09%

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

R = 47.76%
G = 43.09%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBD42D (or 0xEBD42D) is known color: Golden Fizz. HEX triplet: EB, D4 and 2D. RGB value is (235,212,45). Sum of RGB (Red+Green+Blue) = 235+212+45=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD42D is #142BD2. Grayscale: #C8C8C8. Windows color (decimal): -1321939 or 3003627. OLE color: 3003627.

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

Color convert

RGB 235 212 45 -
CMYK 0 0.10 0.81 0.08
HSL 52.74º 0.83% 0.55% -
HSV(B) 52.74º 0.81% 0.92% -
XYZ 58.28 64.94 11.95 -
YUV 199.84 40.62 153.08 -
System Red Green Blue C M Y K H S L
Decimal 235 212 45 0 0.10 0.81 0.08 52.74 0.83 0.55
Hex EB D4 2D 0 A 51 8 35 53 37
Octal 353 324 55 0 12 121 10 65 123 67
Binary 11101011 11010100 101101 0 1010 1010001 1000 110101 1010011 110111

Color Harmonies of #EBD42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD42D

Black with #EBD42D

Text Example


Text Example

White with #EBD42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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