Html Css Color HEX #EBDE2D Golden Fizz

📋 copy color: '#EBDE2D'

red 235 ◦ green 222 ◦ blue 45

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

Shades of Golden Fizz #EBDE2D

Tints of Golden Fizz #EBDE2D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

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

R = 46.81%
G = 44.22%
B = 8.96%

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

#EBDE2D (or 0xEBDE2D) is known color: Golden Fizz. HEX triplet: EB, DE and 2D. RGB value is (235,222,45). Sum of RGB (Red+Green+Blue) = 235+222+45=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDE2D is #1421D2. Grayscale: #CECECE. Windows color (decimal): -1319379 or 3006187. OLE color: 3006187.

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

Color convert

RGB 235 222 45 -
CMYK 0 0.06 0.81 0.08
HSL 55.89º 0.83% 0.55% -
HSV(B) 55.89º 0.81% 0.92% -
XYZ 60.86 70.09 12.8 -
YUV 205.71 37.31 148.89 -
System Red Green Blue C M Y K H S L
Decimal 235 222 45 0 0.06 0.81 0.08 55.89 0.83 0.55
Hex EB DE 2D 0 6 51 8 38 53 37
Octal 353 336 55 0 6 121 10 70 123 67
Binary 11101011 11011110 101101 0 110 1010001 1000 111000 1010011 110111

Color Harmonies of #EBDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDE2D

Black with #EBDE2D

Text Example


Text Example

White with #EBDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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