Html Css Color HEX #E4BD21 Gold Tips

📋 copy color: '#E4BD21'

red 228 ◦ green 189 ◦ blue 33

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

Shades of Gold Tips #E4BD21

Tints of Gold Tips #E4BD21

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42%

 BLUE value IS 33 (13.28% from 255) = 7.33%

R = 50.67%
G = 42%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E4BD21 (or 0xE4BD21) is known color: Gold Tips. HEX triplet: E4, BD and 21. RGB value is (228,189,33). Sum of RGB (Red+Green+Blue) = 228+189+33=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BD21 is #1B42DE. Grayscale: #B7B7B7. Windows color (decimal): -1786591 or 2211300. OLE color: 2211300.

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

Color convert

RGB 228 189 33 -
CMYK 0 0.17 0.86 0.11
HSL 48º 0.78% 0.51% -
HSV(B) 48º 0.86% 0.89% -
XYZ 50.47 53 9.01 -
YUV 182.88 43.42 160.18 -
System Red Green Blue C M Y K H S L
Decimal 228 189 33 0 0.17 0.86 0.11 48 0.78 0.51
Hex E4 BD 21 0 11 56 B 30 4E 33
Octal 344 275 41 0 21 126 13 60 116 63
Binary 11100100 10111101 100001 0 10001 1010110 1011 110000 1001110 110011

Color Harmonies of #E4BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BD21

Black with #E4BD21

Text Example


Text Example

White with #E4BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BD21; }

 p { color: rgb(228,189,33); }

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

background-color css

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

 a { background-color: rgb(228,189,33); }

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

border-color css

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

 span { border-color: rgb(228,189,33); }

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