Html Css Color HEX #E6DA30 Golden Fizz

📋 copy color: '#E6DA30'

red 230 ◦ green 218 ◦ blue 48

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

Shades of Golden Fizz #E6DA30

Tints of Golden Fizz #E6DA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

 BLUE value IS 48 (19.14% from 255) = 9.68%

R = 46.37%
G = 43.95%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E6DA30 (or 0xE6DA30) is known color: Golden Fizz. HEX triplet: E6, DA and 30. RGB value is (230,218,48). Sum of RGB (Red+Green+Blue) = 230+218+48=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DA30 is #1925CF. Grayscale: #CACACA. Windows color (decimal): -1648080 or 3201766. OLE color: 3201766.

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

Color convert

RGB 230 218 48 -
CMYK 0 0.05 0.79 0.10
HSL 56.04º 0.78% 0.55% -
HSV(B) 56.04º 0.79% 0.9% -
XYZ 58.24 67.18 12.69 -
YUV 202.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 230 218 48 0 0.05 0.79 0.10 56.04 0.78 0.55
Hex E6 DA 30 0 5 4F A 38 4E 37
Octal 346 332 60 0 5 117 12 70 116 67
Binary 11100110 11011010 110000 0 101 1001111 1010 111000 1001110 110111

Color Harmonies of #E6DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA30

Black with #E6DA30

Text Example


Text Example

White with #E6DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA30; }

 p { color: rgb(230,218,48); }

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

background-color css

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

 a { background-color: rgb(230,218,48); }

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

border-color css

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

 span { border-color: rgb(230,218,48); }

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