Html Css Color HEX #E0D62A Golden Fizz

📋 copy color: '#E0D62A'

red 224 ◦ green 214 ◦ blue 42

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

Shades of Golden Fizz #E0D62A

Tints of Golden Fizz #E0D62A

RGB

 RED value IS 224 (87.89% from 255) = 46.67%

 GREEN value IS 214 (83.98% from 255) = 44.58%

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

R = 46.67%
G = 44.58%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0D62A (or 0xE0D62A) is known color: Golden Fizz. HEX triplet: E0, D6 and 2A. RGB value is (224,214,42). Sum of RGB (Red+Green+Blue) = 224+214+42=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D62A is #1F29D5. Grayscale: #C6C6C6. Windows color (decimal): -2042326 or 2807520. OLE color: 2807520.

HSL color Cylindrical-coordinate representation of color #E0D62A: hue angle of 56.7º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0D62A is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 214 42 -
CMYK 0 0.04 0.81 0.12
HSL 56.7º 0.75% 0.52% -
HSV(B) 56.7º 0.81% 0.88% -
XYZ 55.2 64.11 11.65 -
YUV 197.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 224 214 42 0 0.04 0.81 0.12 56.7 0.75 0.52
Hex E0 D6 2A 0 4 51 C 39 4B 34
Octal 340 326 52 0 4 121 14 71 113 64
Binary 11100000 11010110 101010 0 100 1010001 1100 111001 1001011 110100

Color Harmonies of #E0D62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D62A

Black with #E0D62A

Text Example


Text Example

White with #E0D62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D62A; }

 p { color: rgb(224,214,42); }

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

background-color css

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

 a { background-color: rgb(224,214,42); }

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

border-color css

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

 span { border-color: rgb(224,214,42); }

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