Html Css Color HEX #EDE326 Golden Fizz

📋 copy color: '#EDE326'

red 237 ◦ green 227 ◦ blue 38

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

Shades of Golden Fizz #EDE326

Tints of Golden Fizz #EDE326

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.22%

 BLUE value IS 38 (15.23% from 255) = 7.57%

R = 47.21%
G = 45.22%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE326 (or 0xEDE326) is known color: Golden Fizz. HEX triplet: ED, E3 and 26. RGB value is (237,227,38). Sum of RGB (Red+Green+Blue) = 237+227+38=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE326 is #121CD9. Grayscale: #D1D1D1. Windows color (decimal): -1187034 or 2548717. OLE color: 2548717.

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

Color convert

RGB 237 227 38 -
CMYK 0 0.04 0.84 0.07
HSL 56.98º 0.85% 0.54% -
HSV(B) 56.98º 0.84% 0.93% -
XYZ 62.74 73.08 12.63 -
YUV 208.44 31.81 148.37 -
System Red Green Blue C M Y K H S L
Decimal 237 227 38 0 0.04 0.84 0.07 56.98 0.85 0.54
Hex ED E3 26 0 4 54 7 39 55 36
Octal 355 343 46 0 4 124 7 71 125 66
Binary 11101101 11100011 100110 0 100 1010100 111 111001 1010101 110110

Color Harmonies of #EDE326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE326

Black with #EDE326

Text Example


Text Example

White with #EDE326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE326; }

 p { color: rgb(237,227,38); }

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

background-color css

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

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

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

border-color css

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

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

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