Html Css Color HEX #EDDE2E Golden Fizz

📋 copy color: '#EDDE2E'

red 237 ◦ green 222 ◦ blue 46

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

Shades of Golden Fizz #EDDE2E

Tints of Golden Fizz #EDDE2E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

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

R = 46.93%
G = 43.96%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDDE2E (or 0xEDDE2E) is known color: Golden Fizz. HEX triplet: ED, DE and 2E. RGB value is (237,222,46). Sum of RGB (Red+Green+Blue) = 237+222+46=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 46 (18.36% from 255 or 9.11% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE2E is #1221D1. Grayscale: #CFCFCF. Windows color (decimal): -1188306 or 3071725. OLE color: 3071725.

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

Color convert

RGB 237 222 46 -
CMYK 0 0.06 0.81 0.07
HSL 55.29º 0.84% 0.55% -
HSV(B) 55.29º 0.81% 0.93% -
XYZ 61.54 70.44 12.94 -
YUV 206.42 37.47 149.81 -
System Red Green Blue C M Y K H S L
Decimal 237 222 46 0 0.06 0.81 0.07 55.29 0.84 0.55
Hex ED DE 2E 0 6 51 7 37 54 37
Octal 355 336 56 0 6 121 7 67 124 67
Binary 11101101 11011110 101110 0 110 1010001 111 110111 1010100 110111

Color Harmonies of #EDDE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE2E

Black with #EDDE2E

Text Example


Text Example

White with #EDDE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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