Html Css Color HEX #E6DC2C Golden Fizz

📋 copy color: '#E6DC2C'

red 230 ◦ green 220 ◦ blue 44

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

Shades of Golden Fizz #E6DC2C

Tints of Golden Fizz #E6DC2C

RGB

 RED value IS 230 (90.23% from 255) = 46.56%

 GREEN value IS 220 (86.33% from 255) = 44.53%

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

R = 46.56%
G = 44.53%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6DC2C (or 0xE6DC2C) is known color: Golden Fizz. HEX triplet: E6, DC and 2C. RGB value is (230,220,44). Sum of RGB (Red+Green+Blue) = 230+220+44=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DC2C is #1923D3. Grayscale: #CBCBCB. Windows color (decimal): -1647572 or 2940134. OLE color: 2940134.

HSL color Cylindrical-coordinate representation of color #E6DC2C: hue angle of 56.77º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6DC2C is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 220 44 -
CMYK 0 0.04 0.81 0.10
HSL 56.77º 0.79% 0.54% -
HSV(B) 56.77º 0.81% 0.9% -
XYZ 58.68 68.19 12.45 -
YUV 202.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 230 220 44 0 0.04 0.81 0.10 56.77 0.79 0.54
Hex E6 DC 2C 0 4 51 A 39 4F 36
Octal 346 334 54 0 4 121 12 71 117 66
Binary 11100110 11011100 101100 0 100 1010001 1010 111001 1001111 110110

Color Harmonies of #E6DC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC2C

Black with #E6DC2C

Text Example


Text Example

White with #E6DC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC2C; }

 p { color: rgb(230,220,44); }

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

background-color css

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

 a { background-color: rgb(230,220,44); }

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

border-color css

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

 span { border-color: rgb(230,220,44); }

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