Html Css Color HEX #EDDF27 Golden Fizz

📋 copy color: '#EDDF27'

red 237 ◦ green 223 ◦ blue 39

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

Shades of Golden Fizz #EDDF27

Tints of Golden Fizz #EDDF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.82%

R = 47.49%
G = 44.69%
B = 7.82%

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

#EDDF27 (or 0xEDDF27) is known color: Golden Fizz. HEX triplet: ED, DF and 27. RGB value is (237,223,39). Sum of RGB (Red+Green+Blue) = 237+223+39=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF27 is #1220D8. Grayscale: #CECECE. Windows color (decimal): -1188057 or 2613229. OLE color: 2613229.

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

Color convert

RGB 237 223 39 -
CMYK 0 0.06 0.84 0.07
HSL 55.76º 0.85% 0.54% -
HSV(B) 55.76º 0.84% 0.93% -
XYZ 61.68 70.93 12.36 -
YUV 206.21 33.64 149.96 -
System Red Green Blue C M Y K H S L
Decimal 237 223 39 0 0.06 0.84 0.07 55.76 0.85 0.54
Hex ED DF 27 0 6 54 7 38 55 36
Octal 355 337 47 0 6 124 7 70 125 66
Binary 11101101 11011111 100111 0 110 1010100 111 111000 1010101 110110

Color Harmonies of #EDDF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF27

Black with #EDDF27

Text Example


Text Example

White with #EDDF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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