Html Css Color HEX #E0AC2B Gold Tips

📋 copy color: '#E0AC2B'

red 224 ◦ green 172 ◦ blue 43

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

Shades of Gold Tips #E0AC2B

Tints of Gold Tips #E0AC2B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.18%

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

R = 51.03%
G = 39.18%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0AC2B (or 0xE0AC2B) is known color: Gold Tips. HEX triplet: E0, AC and 2B. RGB value is (224,172,43). Sum of RGB (Red+Green+Blue) = 224+172+43=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AC2B is #1F53D4. Grayscale: #ADADAD. Windows color (decimal): -2053077 or 2862304. OLE color: 2862304.

HSL color Cylindrical-coordinate representation of color #E0AC2B: hue angle of 42.76º degrees, saturation: 0.74, 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 #E0AC2B is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 172 43 -
CMYK 0 0.23 0.81 0.12
HSL 42.76º 0.74% 0.52% -
HSV(B) 42.76º 0.81% 0.88% -
XYZ 45.93 45.53 8.65 -
YUV 172.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 224 172 43 0 0.23 0.81 0.12 42.76 0.74 0.52
Hex E0 AC 2B 0 17 51 C 2B 4A 34
Octal 340 254 53 0 27 121 14 53 112 64
Binary 11100000 10101100 101011 0 10111 1010001 1100 101011 1001010 110100

Color Harmonies of #E0AC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AC2B

Black with #E0AC2B

Text Example


Text Example

White with #E0AC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AC2B; }

 p { color: rgb(224,172,43); }

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

background-color css

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

 a { background-color: rgb(224,172,43); }

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

border-color css

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

 span { border-color: rgb(224,172,43); }

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