Html Css Color HEX #EBED30 Golden Fizz

📋 copy color: '#EBED30'

red 235 ◦ green 237 ◦ blue 48

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

Shades of Golden Fizz #EBED30

Tints of Golden Fizz #EBED30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.23%

R = 45.19%
G = 45.58%
B = 9.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EBED30 (or 0xEBED30) is known color: Golden Fizz. HEX triplet: EB, ED and 30. RGB value is (235,237,48). Sum of RGB (Red+Green+Blue) = 235+237+48=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED30 is #1412CF. Grayscale: #D7D7D7. Windows color (decimal): -1315536 or 3206635. OLE color: 3206635.

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

Color convert

RGB 235 237 48 -
CMYK 0.01 0 0.80 0.07
HSL 60.63º 0.84% 0.56% -
HSV(B) 60.63º 0.8% 0.93% -
XYZ 65.08 78.44 14.51 -
YUV 214.86 33.84 142.37 -
System Red Green Blue C M Y K H S L
Decimal 235 237 48 0.01 0 0.80 0.07 60.63 0.84 0.56
Hex EB ED 30 1 0 50 7 3D 54 38
Octal 353 355 60 1 0 120 7 75 124 70
Binary 11101011 11101101 110000 1 0 1010000 111 111101 1010100 111000

Color Harmonies of #EBED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED30

Black with #EBED30

Text Example


Text Example

White with #EBED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED30; }

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

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

background-color css

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

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

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

border-color css

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

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

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