Html Css Color HEX #E6D52A Golden Fizz

📋 copy color: '#E6D52A'

red 230 ◦ green 213 ◦ blue 42

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

Shades of Golden Fizz #E6D52A

Tints of Golden Fizz #E6D52A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.92%

 BLUE value IS 42 (16.8% from 255) = 8.66%

R = 47.42%
G = 43.92%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6D52A (or 0xE6D52A) is known color: Golden Fizz. HEX triplet: E6, D5 and 2A. RGB value is (230,213,42). Sum of RGB (Red+Green+Blue) = 230+213+42=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D52A is #192AD5. Grayscale: #C7C7C7. Windows color (decimal): -1649366 or 2807270. OLE color: 2807270.

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

Color convert

RGB 230 213 42 -
CMYK 0 0.07 0.82 0.10
HSL 54.57º 0.79% 0.53% -
HSV(B) 54.57º 0.82% 0.9% -
XYZ 56.85 64.58 11.66 -
YUV 198.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 230 213 42 0 0.07 0.82 0.10 54.57 0.79 0.53
Hex E6 D5 2A 0 7 52 A 37 4F 35
Octal 346 325 52 0 7 122 12 67 117 65
Binary 11100110 11010101 101010 0 111 1010010 1010 110111 1001111 110101

Color Harmonies of #E6D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D52A

Black with #E6D52A

Text Example


Text Example

White with #E6D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D52A; }

 p { color: rgb(230,213,42); }

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

background-color css

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

 a { background-color: rgb(230,213,42); }

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

border-color css

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

 span { border-color: rgb(230,213,42); }

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