Html Css Color HEX #EDED27 Golden Fizz

📋 copy color: '#EDED27'

red 237 ◦ green 237 ◦ blue 39

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

Shades of Golden Fizz #EDED27

Tints of Golden Fizz #EDED27

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

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

R = 46.2%
G = 46.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDED27 (or 0xEDED27) is known color: Golden Fizz. HEX triplet: ED, ED and 27. RGB value is (237,237,39). Sum of RGB (Red+Green+Blue) = 237+237+39=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 39 (15.62% from 255 or 7.60% from 513); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED27 is #1212D8. Grayscale: #D7D7D7. Windows color (decimal): -1184473 or 2616813. OLE color: 2616813.

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

Color convert

RGB 237 237 39 -
CMYK 0 0 0.84 0.07
HSL 60º 0.85% 0.54% -
HSV(B) 60º 0.84% 0.93% -
XYZ 65.58 78.72 13.66 -
YUV 214.43 29 144.1 -
System Red Green Blue C M Y K H S L
Decimal 237 237 39 0 0 0.84 0.07 60 0.85 0.54
Hex ED ED 27 0 0 54 7 3C 55 36
Octal 355 355 47 0 0 124 7 74 125 66
Binary 11101101 11101101 100111 0 0 1010100 111 111100 1010101 110110

Color Harmonies of #EDED27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED27

Black with #EDED27

Text Example


Text Example

White with #EDED27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED27; }

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

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

background-color css

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

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

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

border-color css

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

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

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