Html Css Color HEX #EDE625 Golden Fizz

📋 copy color: '#EDE625'

red 237 ◦ green 230 ◦ blue 37

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

Shades of Golden Fizz #EDE625

Tints of Golden Fizz #EDE625

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.63%

 BLUE value IS 37 (14.84% from 255) = 7.34%

R = 47.02%
G = 45.63%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE625 (or 0xEDE625) is known color: Golden Fizz. HEX triplet: ED, E6 and 25. RGB value is (237,230,37). Sum of RGB (Red+Green+Blue) = 237+230+37=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE625 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE625 is #1219DA. Grayscale: #D2D2D2. Windows color (decimal): -1186267 or 2483949. OLE color: 2483949.

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

Color convert

RGB 237 230 37 -
CMYK 0 0.03 0.84 0.07
HSL 57.9º 0.85% 0.54% -
HSV(B) 57.9º 0.84% 0.93% -
XYZ 63.56 74.73 12.83 -
YUV 210.09 30.32 147.19 -
System Red Green Blue C M Y K H S L
Decimal 237 230 37 0 0.03 0.84 0.07 57.9 0.85 0.54
Hex ED E6 25 0 3 54 7 3A 55 36
Octal 355 346 45 0 3 124 7 72 125 66
Binary 11101101 11100110 100101 0 11 1010100 111 111010 1010101 110110

Color Harmonies of #EDE625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE625

Black with #EDE625

Text Example


Text Example

White with #EDE625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE625; }

 p { color: rgb(237,230,37); }

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

background-color css

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

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

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

border-color css

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

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

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