Html Css Color HEX #EBDC2D Golden Fizz

📋 copy color: '#EBDC2D'

red 235 ◦ green 220 ◦ blue 45

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

Shades of Golden Fizz #EBDC2D

Tints of Golden Fizz #EBDC2D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

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

R = 47%
G = 44%
B = 9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBDC2D (or 0xEBDC2D) is known color: Golden Fizz. HEX triplet: EB, DC and 2D. RGB value is (235,220,45). Sum of RGB (Red+Green+Blue) = 235+220+45=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC2D is #1423D2. Grayscale: #CDCDCD. Windows color (decimal): -1319891 or 3005675. OLE color: 3005675.

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

Color convert

RGB 235 220 45 -
CMYK 0 0.06 0.81 0.08
HSL 55.26º 0.83% 0.55% -
HSV(B) 55.26º 0.81% 0.92% -
XYZ 60.33 69.04 12.63 -
YUV 204.54 37.97 149.73 -
System Red Green Blue C M Y K H S L
Decimal 235 220 45 0 0.06 0.81 0.08 55.26 0.83 0.55
Hex EB DC 2D 0 6 51 8 37 53 37
Octal 353 334 55 0 6 121 10 67 123 67
Binary 11101011 11011100 101101 0 110 1010001 1000 110111 1010011 110111

Color Harmonies of #EBDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC2D

Black with #EBDC2D

Text Example


Text Example

White with #EBDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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