Html Css Color HEX #E6DF1A Golden Fizz

📋 copy color: '#E6DF1A'

red 230 ◦ green 223 ◦ blue 26

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

Shades of Golden Fizz #E6DF1A

Tints of Golden Fizz #E6DF1A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.56%

 BLUE value IS 26 (10.55% from 255) = 5.43%

R = 48.02%
G = 46.56%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6DF1A (or 0xE6DF1A) is known color: Golden Fizz. HEX triplet: E6, DF and 1A. RGB value is (230,223,26). Sum of RGB (Red+Green+Blue) = 230+223+26=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DF1A is #1920E5. Grayscale: #CBCBCB. Windows color (decimal): -1646822 or 1761254. OLE color: 1761254.

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

Color convert

RGB 230 223 26 -
CMYK 0 0.03 0.89 0.10
HSL 57.94º 0.8% 0.5% -
HSV(B) 57.94º 0.89% 0.9% -
XYZ 59.21 69.67 11.3 -
YUV 202.64 28.32 147.52 -
System Red Green Blue C M Y K H S L
Decimal 230 223 26 0 0.03 0.89 0.10 57.94 0.8 0.5
Hex E6 DF 1A 0 3 59 A 3A 50 32
Octal 346 337 32 0 3 131 12 72 120 62
Binary 11100110 11011111 11010 0 11 1011001 1010 111010 1010000 110010

Color Harmonies of #E6DF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DF1A

Black with #E6DF1A

Text Example


Text Example

White with #E6DF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DF1A; }

 p { color: rgb(230,223,26); }

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

background-color css

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

 a { background-color: rgb(230,223,26); }

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

border-color css

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

 span { border-color: rgb(230,223,26); }

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