Html Css Color HEX #EDE923 Golden Fizz

📋 copy color: '#EDE923'

red 237 ◦ green 233 ◦ blue 35

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

Shades of Golden Fizz #EDE923

Tints of Golden Fizz #EDE923

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.14%

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

R = 46.93%
G = 46.14%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDE923 (or 0xEDE923) is known color: Golden Fizz. HEX triplet: ED, E9 and 23. RGB value is (237,233,35). Sum of RGB (Red+Green+Blue) = 237+233+35=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 35 (14.06% from 255 or 6.93% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE923 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE923 is #1216DC. Grayscale: #D4D4D4. Windows color (decimal): -1185501 or 2353645. OLE color: 2353645.

HSL color Cylindrical-coordinate representation of color #EDE923: hue angle of 58.81º 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 #EDE923 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 35 -
CMYK 0 0.02 0.85 0.07
HSL 58.81º 0.85% 0.53% -
HSV(B) 58.81º 0.85% 0.93% -
XYZ 64.37 76.4 12.94 -
YUV 211.62 28.33 146.1 -
System Red Green Blue C M Y K H S L
Decimal 237 233 35 0 0.02 0.85 0.07 58.81 0.85 0.53
Hex ED E9 23 0 2 55 7 3B 55 35
Octal 355 351 43 0 2 125 7 73 125 65
Binary 11101101 11101001 100011 0 10 1010101 111 111011 1010101 110101

Color Harmonies of #EDE923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE923

Black with #EDE923

Text Example


Text Example

White with #EDE923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE923; }

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

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

background-color css

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

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

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

border-color css

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

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

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