Html Css Color HEX #E4B024 Gold Tips

📋 copy color: '#E4B024'

red 228 ◦ green 176 ◦ blue 36

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

Shades of Gold Tips #E4B024

Tints of Gold Tips #E4B024

RGB

 RED value IS 228 (89.45% from 255) = 51.82%

 GREEN value IS 176 (69.14% from 255) = 40%

 BLUE value IS 36 (14.45% from 255) = 8.18%

R = 51.82%
G = 40%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E4B024 (or 0xE4B024) is known color: Gold Tips. HEX triplet: E4, B0 and 24. RGB value is (228,176,36). Sum of RGB (Red+Green+Blue) = 228+176+36=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4B024 is #1B4FDB. Grayscale: #B0B0B0. Windows color (decimal): -1789916 or 2404580. OLE color: 2404580.

HSL color Cylindrical-coordinate representation of color #E4B024: hue angle of 43.75º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4B024 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 176 36 -
CMYK 0 0.23 0.84 0.11
HSL 43.75º 0.78% 0.52% -
HSV(B) 43.75º 0.84% 0.89% -
XYZ 47.84 47.67 8.35 -
YUV 175.59 49.23 165.38 -
System Red Green Blue C M Y K H S L
Decimal 228 176 36 0 0.23 0.84 0.11 43.75 0.78 0.52
Hex E4 B0 24 0 17 54 B 2C 4E 34
Octal 344 260 44 0 27 124 13 54 116 64
Binary 11100100 10110000 100100 0 10111 1010100 1011 101100 1001110 110100

Color Harmonies of #E4B024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B024

Black with #E4B024

Text Example


Text Example

White with #E4B024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B024; }

 p { color: rgb(228,176,36); }

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

background-color css

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

 a { background-color: rgb(228,176,36); }

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

border-color css

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

 span { border-color: rgb(228,176,36); }

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