Html Css Color HEX #E0BD27 Gold Tips

📋 copy color: '#E0BD27'

red 224 ◦ green 189 ◦ blue 39

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

Shades of Gold Tips #E0BD27

Tints of Gold Tips #E0BD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.63%

R = 49.56%
G = 41.81%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0BD27 (or 0xE0BD27) is known color: Gold Tips. HEX triplet: E0, BD and 27. RGB value is (224,189,39). Sum of RGB (Red+Green+Blue) = 224+189+39=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BD27 is #1F42D8. Grayscale: #B6B6B6. Windows color (decimal): -2048729 or 2604512. OLE color: 2604512.

HSL color Cylindrical-coordinate representation of color #E0BD27: hue angle of 48.65º degrees, saturation: 0.75, 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 #E0BD27 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 39 -
CMYK 0 0.16 0.83 0.12
HSL 48.65º 0.75% 0.52% -
HSV(B) 48.65º 0.83% 0.88% -
XYZ 49.3 52.39 9.43 -
YUV 182.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 224 189 39 0 0.16 0.83 0.12 48.65 0.75 0.52
Hex E0 BD 27 0 10 53 C 31 4B 34
Octal 340 275 47 0 20 123 14 61 113 64
Binary 11100000 10111101 100111 0 10000 1010011 1100 110001 1001011 110100

Color Harmonies of #E0BD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD27

Black with #E0BD27

Text Example


Text Example

White with #E0BD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD27; }

 p { color: rgb(224,189,39); }

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

background-color css

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

 a { background-color: rgb(224,189,39); }

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

border-color css

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

 span { border-color: rgb(224,189,39); }

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