Html Css Color HEX #EDEE2D Golden Fizz

📋 copy color: '#EDEE2D'

red 237 ◦ green 238 ◦ blue 45

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

Shades of Golden Fizz #EDEE2D

Tints of Golden Fizz #EDEE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.65%

R = 45.58%
G = 45.77%
B = 8.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDEE2D (or 0xEDEE2D) is known color: Golden Fizz. HEX triplet: ED, EE and 2D. RGB value is (237,238,45). Sum of RGB (Red+Green+Blue) = 237+238+45=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE2D is #1211D2. Grayscale: #D8D8D8. Windows color (decimal): -1184211 or 3010285. OLE color: 3010285.

HSL color Cylindrical-coordinate representation of color #EDEE2D: 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.81%. Process color model (Four color, CMYK) of #EDEE2D is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 45 -
CMYK 0.00 0 0.81 0.07
HSL 60.31º 0.85% 0.55% -
HSV(B) 60.31º 0.81% 0.93% -
XYZ 65.97 79.34 14.32 -
YUV 215.7 31.67 143.19 -
System Red Green Blue C M Y K H S L
Decimal 237 238 45 0.00 0 0.81 0.07 60.31 0.85 0.55
Hex ED EE 2D 0 0 51 7 3C 55 37
Octal 355 356 55 0 0 121 7 74 125 67
Binary 11101101 11101110 101101 0 0 1010001 111 111100 1010101 110111

Color Harmonies of #EDEE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE2D

Black with #EDEE2D

Text Example


Text Example

White with #EDEE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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