Html Css Color HEX #EDE92D Golden Fizz

📋 copy color: '#EDE92D'

red 237 ◦ green 233 ◦ blue 45

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

Shades of Golden Fizz #EDE92D

Tints of Golden Fizz #EDE92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.74%

R = 46.02%
G = 45.24%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDE92D (or 0xEDE92D) is known color: Golden Fizz. HEX triplet: ED, E9 and 2D. RGB value is (237,233,45). Sum of RGB (Red+Green+Blue) = 237+233+45=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE92D is #1216D2. Grayscale: #D5D5D5. Windows color (decimal): -1185491 or 3009005. OLE color: 3009005.

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

Color convert

RGB 237 233 45 -
CMYK 0 0.02 0.81 0.07
HSL 58.75º 0.84% 0.55% -
HSV(B) 58.75º 0.81% 0.93% -
XYZ 64.54 76.47 13.84 -
YUV 212.76 33.33 145.29 -
System Red Green Blue C M Y K H S L
Decimal 237 233 45 0 0.02 0.81 0.07 58.75 0.84 0.55
Hex ED E9 2D 0 2 51 7 3B 54 37
Octal 355 351 55 0 2 121 7 73 124 67
Binary 11101101 11101001 101101 0 10 1010001 111 111011 1010100 110111

Color Harmonies of #EDE92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE92D

Black with #EDE92D

Text Example


Text Example

White with #EDE92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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