Html Css Color HEX #EDE027 Golden Fizz

📋 copy color: '#EDE027'

red 237 ◦ green 224 ◦ blue 39

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

Shades of Golden Fizz #EDE027

Tints of Golden Fizz #EDE027

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.8%

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

R = 47.4%
G = 44.8%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE027 (or 0xEDE027) is known color: Golden Fizz. HEX triplet: ED, E0 and 27. RGB value is (237,224,39). Sum of RGB (Red+Green+Blue) = 237+224+39=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 39 (15.62% from 255 or 7.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE027 is #121FD8. Grayscale: #CFCFCF. Windows color (decimal): -1187801 or 2613485. OLE color: 2613485.

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

Color convert

RGB 237 224 39 -
CMYK 0 0.05 0.84 0.07
HSL 56.06º 0.85% 0.54% -
HSV(B) 56.06º 0.84% 0.93% -
XYZ 61.95 71.46 12.45 -
YUV 206.8 33.31 149.54 -
System Red Green Blue C M Y K H S L
Decimal 237 224 39 0 0.05 0.84 0.07 56.06 0.85 0.54
Hex ED E0 27 0 5 54 7 38 55 36
Octal 355 340 47 0 5 124 7 70 125 66
Binary 11101101 11100000 100111 0 101 1010100 111 111000 1010101 110110

Color Harmonies of #EDE027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE027

Black with #EDE027

Text Example


Text Example

White with #EDE027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE027; }

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

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

background-color css

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

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

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

border-color css

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

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

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