Html Css Color HEX #EBED2D Golden Fizz

📋 copy color: '#EBED2D'

red 235 ◦ green 237 ◦ blue 45

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

Shades of Golden Fizz #EBED2D

Tints of Golden Fizz #EBED2D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.84%

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

R = 45.45%
G = 45.84%
B = 8.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EBED2D (or 0xEBED2D) is known color: Golden Fizz. HEX triplet: EB, ED and 2D. RGB value is (235,237,45). Sum of RGB (Red+Green+Blue) = 235+237+45=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED2D is #1412D2. Grayscale: #D7D7D7. Windows color (decimal): -1315539 or 3010027. OLE color: 3010027.

HSL color Cylindrical-coordinate representation of color #EBED2D: hue angle of 60.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBED2D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 45 -
CMYK 0.01 0 0.81 0.07
HSL 60.63º 0.84% 0.55% -
HSV(B) 60.63º 0.81% 0.93% -
XYZ 65.02 78.42 14.19 -
YUV 214.51 32.34 142.61 -
System Red Green Blue C M Y K H S L
Decimal 235 237 45 0.01 0 0.81 0.07 60.63 0.84 0.55
Hex EB ED 2D 1 0 51 7 3D 54 37
Octal 353 355 55 1 0 121 7 75 124 67
Binary 11101011 11101101 101101 1 0 1010001 111 111101 1010100 110111

Color Harmonies of #EBED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED2D

Black with #EBED2D

Text Example


Text Example

White with #EBED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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