Html Css Color HEX #EDE32C Golden Fizz

📋 copy color: '#EDE32C'

red 237 ◦ green 227 ◦ blue 44

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

Shades of Golden Fizz #EDE32C

Tints of Golden Fizz #EDE32C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.69%

 BLUE value IS 44 (17.58% from 255) = 8.66%

R = 46.65%
G = 44.69%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDE32C (or 0xEDE32C) is known color: Golden Fizz. HEX triplet: ED, E3 and 2C. RGB value is (237,227,44). Sum of RGB (Red+Green+Blue) = 237+227+44=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE32C is #121CD3. Grayscale: #D1D1D1. Windows color (decimal): -1187028 or 2941933. OLE color: 2941933.

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

Color convert

RGB 237 227 44 -
CMYK 0 0.04 0.81 0.07
HSL 56.89º 0.84% 0.55% -
HSV(B) 56.89º 0.81% 0.93% -
XYZ 62.85 73.12 13.18 -
YUV 209.13 34.81 147.88 -
System Red Green Blue C M Y K H S L
Decimal 237 227 44 0 0.04 0.81 0.07 56.89 0.84 0.55
Hex ED E3 2C 0 4 51 7 39 54 37
Octal 355 343 54 0 4 121 7 71 124 67
Binary 11101101 11100011 101100 0 100 1010001 111 111001 1010100 110111

Color Harmonies of #EDE32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE32C

Black with #EDE32C

Text Example


Text Example

White with #EDE32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE32C; }

 p { color: rgb(237,227,44); }

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

background-color css

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

 a { background-color: rgb(237,227,44); }

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

border-color css

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

 span { border-color: rgb(237,227,44); }

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