Html Css Color HEX #EDED23 Golden Fizz

📋 copy color: '#EDED23'

red 237 ◦ green 237 ◦ blue 35

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

Shades of Golden Fizz #EDED23

Tints of Golden Fizz #EDED23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.88%

R = 46.56%
G = 46.56%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDED23 (or 0xEDED23) is known color: Golden Fizz. HEX triplet: ED, ED and 23. RGB value is (237,237,35). Sum of RGB (Red+Green+Blue) = 237+237+35=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 35 (14.06% from 255 or 6.88% from 509); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED23 is #1212DC. Grayscale: #D6D6D6. Windows color (decimal): -1184477 or 2354669. OLE color: 2354669.

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

Color convert

RGB 237 237 35 -
CMYK 0 0 0.85 0.07
HSL 60º 0.85% 0.53% -
HSV(B) 60º 0.85% 0.93% -
XYZ 65.51 78.69 13.33 -
YUV 213.97 27 144.43 -
System Red Green Blue C M Y K H S L
Decimal 237 237 35 0 0 0.85 0.07 60 0.85 0.53
Hex ED ED 23 0 0 55 7 3C 55 35
Octal 355 355 43 0 0 125 7 74 125 65
Binary 11101101 11101101 100011 0 0 1010101 111 111100 1010101 110101

Color Harmonies of #EDED23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED23

Black with #EDED23

Text Example


Text Example

White with #EDED23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED23; }

 p { color: rgb(237,237,35); }

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

background-color css

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

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

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

border-color css

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

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

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