Html Css Color HEX #EDDE1D Golden Fizz

📋 copy color: '#EDDE1D'

red 237 ◦ green 222 ◦ blue 29

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

Shades of Golden Fizz #EDDE1D

Tints of Golden Fizz #EDDE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.94%

R = 48.57%
G = 45.49%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDDE1D (or 0xEDDE1D) is known color: Golden Fizz. HEX triplet: ED, DE and 1D. RGB value is (237,222,29). Sum of RGB (Red+Green+Blue) = 237+222+29=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE1D is #1221E2. Grayscale: #CDCDCD. Windows color (decimal): -1188323 or 1957613. OLE color: 1957613.

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

Color convert

RGB 237 222 29 -
CMYK 0 0.06 0.88 0.07
HSL 55.67º 0.85% 0.52% -
HSV(B) 55.67º 0.88% 0.93% -
XYZ 61.27 70.34 11.51 -
YUV 204.48 28.97 151.19 -
System Red Green Blue C M Y K H S L
Decimal 237 222 29 0 0.06 0.88 0.07 55.67 0.85 0.52
Hex ED DE 1D 0 6 58 7 38 55 34
Octal 355 336 35 0 6 130 7 70 125 64
Binary 11101101 11011110 11101 0 110 1011000 111 111000 1010101 110100

Color Harmonies of #EDDE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE1D

Black with #EDDE1D

Text Example


Text Example

White with #EDDE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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