Html Css Color HEX #EDEB28 Golden Fizz

📋 copy color: '#EDEB28'

red 237 ◦ green 235 ◦ blue 40

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

Shades of Golden Fizz #EDEB28

Tints of Golden Fizz #EDEB28

RGB

 RED value IS 237 (92.97% from 255) = 46.29%

 GREEN value IS 235 (92.19% from 255) = 45.9%

 BLUE value IS 40 (16.02% from 255) = 7.81%

R = 46.29%
G = 45.9%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDEB28 (or 0xEDEB28) is known color: Golden Fizz. HEX triplet: ED, EB and 28. RGB value is (237,235,40). Sum of RGB (Red+Green+Blue) = 237+235+40=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB28 is #1214D7. Grayscale: #D6D6D6. Windows color (decimal): -1184984 or 2681837. OLE color: 2681837.

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

Color convert

RGB 237 235 40 -
CMYK 0 0.01 0.83 0.07
HSL 59.39º 0.85% 0.54% -
HSV(B) 59.39º 0.83% 0.93% -
XYZ 65.02 77.57 13.55 -
YUV 213.37 30.16 144.86 -
System Red Green Blue C M Y K H S L
Decimal 237 235 40 0 0.01 0.83 0.07 59.39 0.85 0.54
Hex ED EB 28 0 1 53 7 3B 55 36
Octal 355 353 50 0 1 123 7 73 125 66
Binary 11101101 11101011 101000 0 1 1010011 111 111011 1010101 110110

Color Harmonies of #EDEB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB28

Black with #EDEB28

Text Example


Text Example

White with #EDEB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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