Html Css Color HEX #EBDD2D Golden Fizz

📋 copy color: '#EBDD2D'

red 235 ◦ green 221 ◦ blue 45

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

Shades of Golden Fizz #EBDD2D

Tints of Golden Fizz #EBDD2D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

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

R = 46.91%
G = 44.11%
B = 8.98%

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

#EBDD2D (or 0xEBDD2D) is known color: Golden Fizz. HEX triplet: EB, DD and 2D. RGB value is (235,221,45). Sum of RGB (Red+Green+Blue) = 235+221+45=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD2D is #1422D2. Grayscale: #CDCDCD. Windows color (decimal): -1319635 or 3005931. OLE color: 3005931.

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

Color convert

RGB 235 221 45 -
CMYK 0 0.06 0.81 0.08
HSL 55.58º 0.83% 0.55% -
HSV(B) 55.58º 0.81% 0.92% -
XYZ 60.59 69.56 12.72 -
YUV 205.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 235 221 45 0 0.06 0.81 0.08 55.58 0.83 0.55
Hex EB DD 2D 0 6 51 8 38 53 37
Octal 353 335 55 0 6 121 10 70 123 67
Binary 11101011 11011101 101101 0 110 1010001 1000 111000 1010011 110111

Color Harmonies of #EBDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD2D

Black with #EBDD2D

Text Example


Text Example

White with #EBDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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