Html Css Color HEX #EDE827 Golden Fizz

📋 copy color: '#EDE827'

red 237 ◦ green 232 ◦ blue 39

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

Shades of Golden Fizz #EDE827

Tints of Golden Fizz #EDE827

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.67%

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

R = 46.65%
G = 45.67%
B = 7.68%

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

#EDE827 (or 0xEDE827) is known color: Golden Fizz. HEX triplet: ED, E8 and 27. RGB value is (237,232,39). Sum of RGB (Red+Green+Blue) = 237+232+39=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 39 (15.62% from 255 or 7.68% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE827 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE827 is #1217D8. Grayscale: #D4D4D4. Windows color (decimal): -1185753 or 2615533. OLE color: 2615533.

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

Color convert

RGB 237 232 39 -
CMYK 0 0.02 0.84 0.07
HSL 58.48º 0.85% 0.54% -
HSV(B) 58.48º 0.84% 0.93% -
XYZ 64.15 75.86 13.18 -
YUV 211.49 30.66 146.19 -
System Red Green Blue C M Y K H S L
Decimal 237 232 39 0 0.02 0.84 0.07 58.48 0.85 0.54
Hex ED E8 27 0 2 54 7 3A 55 36
Octal 355 350 47 0 2 124 7 72 125 66
Binary 11101101 11101000 100111 0 10 1010100 111 111010 1010101 110110

Color Harmonies of #EDE827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE827

Black with #EDE827

Text Example


Text Example

White with #EDE827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE827; }

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

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

background-color css

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

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

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

border-color css

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

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

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