Html Css Color HEX #EDE12C Golden Fizz

📋 copy color: '#EDE12C'

red 237 ◦ green 225 ◦ blue 44

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

Shades of Golden Fizz #EDE12C

Tints of Golden Fizz #EDE12C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.47%

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

R = 46.84%
G = 44.47%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDE12C (or 0xEDE12C) is known color: Golden Fizz. HEX triplet: ED, E1 and 2C. RGB value is (237,225,44). Sum of RGB (Red+Green+Blue) = 237+225+44=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE12C is #121ED3. Grayscale: #D0D0D0. Windows color (decimal): -1187540 or 2941421. OLE color: 2941421.

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

Color convert

RGB 237 225 44 -
CMYK 0 0.05 0.81 0.07
HSL 56.27º 0.84% 0.55% -
HSV(B) 56.27º 0.81% 0.93% -
XYZ 62.3 72.04 13 -
YUV 207.95 35.48 148.72 -
System Red Green Blue C M Y K H S L
Decimal 237 225 44 0 0.05 0.81 0.07 56.27 0.84 0.55
Hex ED E1 2C 0 5 51 7 38 54 37
Octal 355 341 54 0 5 121 7 70 124 67
Binary 11101101 11100001 101100 0 101 1010001 111 111000 1010100 110111

Color Harmonies of #EDE12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE12C

Black with #EDE12C

Text Example


Text Example

White with #EDE12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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