Html Css Color HEX #EDEE2E Golden Fizz

📋 copy color: '#EDEE2E'

red 237 ◦ green 238 ◦ blue 46

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

Shades of Golden Fizz #EDEE2E

Tints of Golden Fizz #EDEE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.83%

R = 45.49%
G = 45.68%
B = 8.83%

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

#EDEE2E (or 0xEDEE2E) is known color: Golden Fizz. HEX triplet: ED, EE and 2E. RGB value is (237,238,46). Sum of RGB (Red+Green+Blue) = 237+238+46=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 46 (18.36% from 255 or 8.83% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE2E is #1211D1. Grayscale: #D8D8D8. Windows color (decimal): -1184210 or 3075821. OLE color: 3075821.

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

Color convert

RGB 237 238 46 -
CMYK 0.00 0 0.81 0.07
HSL 60.31º 0.85% 0.56% -
HSV(B) 60.31º 0.81% 0.93% -
XYZ 65.99 79.35 14.42 -
YUV 215.81 32.17 143.11 -
System Red Green Blue C M Y K H S L
Decimal 237 238 46 0.00 0 0.81 0.07 60.31 0.85 0.56
Hex ED EE 2E 0 0 51 7 3C 55 38
Octal 355 356 56 0 0 121 7 74 125 70
Binary 11101101 11101110 101110 0 0 1010001 111 111100 1010101 111000

Color Harmonies of #EDEE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE2E

Black with #EDEE2E

Text Example


Text Example

White with #EDEE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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