Html Css Color HEX #EDE927 Golden Fizz

📋 copy color: '#EDE927'

red 237 ◦ green 233 ◦ blue 39

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

Shades of Golden Fizz #EDE927

Tints of Golden Fizz #EDE927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.66%

R = 46.56%
G = 45.78%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE927 (or 0xEDE927) is known color: Golden Fizz. HEX triplet: ED, E9 and 27. RGB value is (237,233,39). Sum of RGB (Red+Green+Blue) = 237+233+39=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 39 (15.62% from 255 or 7.66% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE927 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE927 is #1216D8. Grayscale: #D4D4D4. Windows color (decimal): -1185497 or 2615789. OLE color: 2615789.

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

Color convert

RGB 237 233 39 -
CMYK 0 0.02 0.84 0.07
HSL 58.79º 0.85% 0.54% -
HSV(B) 58.79º 0.84% 0.93% -
XYZ 64.43 76.43 13.28 -
YUV 212.08 30.33 145.77 -
System Red Green Blue C M Y K H S L
Decimal 237 233 39 0 0.02 0.84 0.07 58.79 0.85 0.54
Hex ED E9 27 0 2 54 7 3B 55 36
Octal 355 351 47 0 2 124 7 73 125 66
Binary 11101101 11101001 100111 0 10 1010100 111 111011 1010101 110110

Color Harmonies of #EDE927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE927

Black with #EDE927

Text Example


Text Example

White with #EDE927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE927; }

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

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

background-color css

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

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

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

border-color css

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

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

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