Html Css Color HEX #EBED2E Golden Fizz

📋 copy color: '#EBED2E'

red 235 ◦ green 237 ◦ blue 46

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

Shades of Golden Fizz #EBED2E

Tints of Golden Fizz #EBED2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.88%

R = 45.37%
G = 45.75%
B = 8.88%

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

#EBED2E (or 0xEBED2E) is known color: Golden Fizz. HEX triplet: EB, ED and 2E. RGB value is (235,237,46). Sum of RGB (Red+Green+Blue) = 235+237+46=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED2E is #1412D1. Grayscale: #D7D7D7. Windows color (decimal): -1315538 or 3075563. OLE color: 3075563.

HSL color Cylindrical-coordinate representation of color #EBED2E: 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 #EBED2E is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 46 -
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.04 78.43 14.29 -
YUV 214.63 32.84 142.53 -
System Red Green Blue C M Y K H S L
Decimal 235 237 46 0.01 0 0.81 0.07 60.63 0.84 0.55
Hex EB ED 2E 1 0 51 7 3D 54 37
Octal 353 355 56 1 0 121 7 75 124 67
Binary 11101011 11101101 101110 1 0 1010001 111 111101 1010100 110111

Color Harmonies of #EBED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED2E

Black with #EBED2E

Text Example


Text Example

White with #EBED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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