Html Css Color HEX #EDEE2A Golden Fizz

📋 copy color: '#EDEE2A'

red 237 ◦ green 238 ◦ blue 42

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

Shades of Golden Fizz #EDEE2A

Tints of Golden Fizz #EDEE2A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.03%

 BLUE value IS 42 (16.8% from 255) = 8.12%

R = 45.84%
G = 46.03%
B = 8.12%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDEE2A (or 0xEDEE2A) is known color: Golden Fizz. HEX triplet: ED, EE and 2A. RGB value is (237,238,42). Sum of RGB (Red+Green+Blue) = 237+238+42=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 42 (16.80% from 255 or 8.12% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE2A is #1211D5. Grayscale: #D8D8D8. Windows color (decimal): -1184214 or 2813677. OLE color: 2813677.

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

Color convert

RGB 237 238 42 -
CMYK 0.00 0 0.82 0.07
HSL 60.31º 0.85% 0.55% -
HSV(B) 60.31º 0.82% 0.93% -
XYZ 65.92 79.32 14.03 -
YUV 215.36 30.17 143.44 -
System Red Green Blue C M Y K H S L
Decimal 237 238 42 0.00 0 0.82 0.07 60.31 0.85 0.55
Hex ED EE 2A 0 0 52 7 3C 55 37
Octal 355 356 52 0 0 122 7 74 125 67
Binary 11101101 11101110 101010 0 0 1010010 111 111100 1010101 110111

Color Harmonies of #EDEE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE2A

Black with #EDEE2A

Text Example


Text Example

White with #EDEE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE2A; }

 p { color: rgb(237,238,42); }

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

background-color css

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

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

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

border-color css

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

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

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