Html Css Color HEX #EDDF26 Golden Fizz

📋 copy color: '#EDDF26'

red 237 ◦ green 223 ◦ blue 38

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

Shades of Golden Fizz #EDDF26

Tints of Golden Fizz #EDDF26

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.78%

 BLUE value IS 38 (15.23% from 255) = 7.63%

R = 47.59%
G = 44.78%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDDF26 (or 0xEDDF26) is known color: Golden Fizz. HEX triplet: ED, DF and 26. RGB value is (237,223,38). Sum of RGB (Red+Green+Blue) = 237+223+38=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF26 is #1220D9. Grayscale: #CECECE. Windows color (decimal): -1188058 or 2547693. OLE color: 2547693.

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

Color convert

RGB 237 223 38 -
CMYK 0 0.06 0.84 0.07
HSL 55.78º 0.85% 0.54% -
HSV(B) 55.78º 0.84% 0.93% -
XYZ 61.66 70.92 12.27 -
YUV 206.1 33.14 150.04 -
System Red Green Blue C M Y K H S L
Decimal 237 223 38 0 0.06 0.84 0.07 55.78 0.85 0.54
Hex ED DF 26 0 6 54 7 38 55 36
Octal 355 337 46 0 6 124 7 70 125 66
Binary 11101101 11011111 100110 0 110 1010100 111 111000 1010101 110110

Color Harmonies of #EDDF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF26

Black with #EDDF26

Text Example


Text Example

White with #EDDF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF26; }

 p { color: rgb(237,223,38); }

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

background-color css

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

 a { background-color: rgb(237,223,38); }

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

border-color css

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

 span { border-color: rgb(237,223,38); }

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