Html Css Color HEX #E1DB26 Golden Fizz

📋 copy color: '#E1DB26'

red 225 ◦ green 219 ◦ blue 38

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

Shades of Golden Fizz #E1DB26

Tints of Golden Fizz #E1DB26

RGB

 RED value IS 225 (88.28% from 255) = 46.68%

 GREEN value IS 219 (85.94% from 255) = 45.44%

 BLUE value IS 38 (15.23% from 255) = 7.88%

R = 46.68%
G = 45.44%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E1DB26 (or 0xE1DB26) is known color: Golden Fizz. HEX triplet: E1, DB and 26. RGB value is (225,219,38). Sum of RGB (Red+Green+Blue) = 225+219+38=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 38 (15.23% from 255 or 7.88% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB26 is #1E24D9. Grayscale: #C8C8C8. Windows color (decimal): -1975514 or 2546657. OLE color: 2546657.

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

Color convert

RGB 225 219 38 -
CMYK 0 0.03 0.83 0.12
HSL 58.07º 0.76% 0.52% -
HSV(B) 58.07º 0.83% 0.88% -
XYZ 56.73 66.81 11.74 -
YUV 200.16 36.49 145.72 -
System Red Green Blue C M Y K H S L
Decimal 225 219 38 0 0.03 0.83 0.12 58.07 0.76 0.52
Hex E1 DB 26 0 3 53 C 3A 4C 34
Octal 341 333 46 0 3 123 14 72 114 64
Binary 11100001 11011011 100110 0 11 1010011 1100 111010 1001100 110100

Color Harmonies of #E1DB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB26

Black with #E1DB26

Text Example


Text Example

White with #E1DB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB26; }

 p { color: rgb(225,219,38); }

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

background-color css

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

 a { background-color: rgb(225,219,38); }

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

border-color css

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

 span { border-color: rgb(225,219,38); }

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