Html Css Color HEX #E5DF2B Golden Fizz

📋 copy color: '#E5DF2B'

red 229 ◦ green 223 ◦ blue 43

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

Shades of Golden Fizz #E5DF2B

Tints of Golden Fizz #E5DF2B

RGB

 RED value IS 229 (89.84% from 255) = 46.26%

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

 BLUE value IS 43 (17.19% from 255) = 8.69%

R = 46.26%
G = 45.05%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5DF2B (or 0xE5DF2B) is known color: Golden Fizz. HEX triplet: E5, DF and 2B. RGB value is (229,223,43). Sum of RGB (Red+Green+Blue) = 229+223+43=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DF2B is #1A20D4. Grayscale: #CCCCCC. Windows color (decimal): -1712341 or 2875365. OLE color: 2875365.

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

Color convert

RGB 229 223 43 -
CMYK 0 0.03 0.81 0.10
HSL 58.06º 0.78% 0.53% -
HSV(B) 58.06º 0.81% 0.9% -
XYZ 59.14 69.61 12.6 -
YUV 204.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 229 223 43 0 0.03 0.81 0.10 58.06 0.78 0.53
Hex E5 DF 2B 0 3 51 A 3A 4E 35
Octal 345 337 53 0 3 121 12 72 116 65
Binary 11100101 11011111 101011 0 11 1010001 1010 111010 1001110 110101

Color Harmonies of #E5DF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DF2B

Black with #E5DF2B

Text Example


Text Example

White with #E5DF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DF2B; }

 p { color: rgb(229,223,43); }

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

background-color css

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

 a { background-color: rgb(229,223,43); }

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

border-color css

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

 span { border-color: rgb(229,223,43); }

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