Html Css Color HEX #EDE01C Golden Fizz

📋 copy color: '#EDE01C'

red 237 ◦ green 224 ◦ blue 28

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

Shades of Golden Fizz #EDE01C

Tints of Golden Fizz #EDE01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.73%

R = 48.47%
G = 45.81%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDE01C (or 0xEDE01C) is known color: Golden Fizz. HEX triplet: ED, E0 and 1C. RGB value is (237,224,28). Sum of RGB (Red+Green+Blue) = 237+224+28=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE01C is #121FE3. Grayscale: #CECECE. Windows color (decimal): -1187812 or 1892589. OLE color: 1892589.

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

Color convert

RGB 237 224 28 -
CMYK 0 0.05 0.88 0.07
HSL 56.27º 0.85% 0.52% -
HSV(B) 56.27º 0.88% 0.93% -
XYZ 61.79 71.4 11.62 -
YUV 205.54 27.81 150.44 -
System Red Green Blue C M Y K H S L
Decimal 237 224 28 0 0.05 0.88 0.07 56.27 0.85 0.52
Hex ED E0 1C 0 5 58 7 38 55 34
Octal 355 340 34 0 5 130 7 70 125 64
Binary 11101101 11100000 11100 0 101 1011000 111 111000 1010101 110100

Color Harmonies of #EDE01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE01C

Black with #EDE01C

Text Example


Text Example

White with #EDE01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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