Html Css Color HEX #E6DC2E Golden Fizz

📋 copy color: '#E6DC2E'

red 230 ◦ green 220 ◦ blue 46

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

Shades of Golden Fizz #E6DC2E

Tints of Golden Fizz #E6DC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.27%

R = 46.37%
G = 44.35%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6DC2E (or 0xE6DC2E) is known color: Golden Fizz. HEX triplet: E6, DC and 2E. RGB value is (230,220,46). Sum of RGB (Red+Green+Blue) = 230+220+46=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DC2E is #1923D1. Grayscale: #CBCBCB. Windows color (decimal): -1647570 or 3071206. OLE color: 3071206.

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

Color convert

RGB 230 220 46 -
CMYK 0 0.04 0.8 0.10
HSL 56.74º 0.79% 0.54% -
HSV(B) 56.74º 0.8% 0.9% -
XYZ 58.72 68.21 12.66 -
YUV 203.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 230 220 46 0 0.04 0.8 0.10 56.74 0.79 0.54
Hex E6 DC 2E 0 4 50 A 39 4F 36
Octal 346 334 56 0 4 120 12 71 117 66
Binary 11100110 11011100 101110 0 100 1010000 1010 111001 1001111 110110

Color Harmonies of #E6DC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC2E

Black with #E6DC2E

Text Example


Text Example

White with #E6DC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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