Html Css Color HEX #E0DB47 Starship

📋 copy color: '#E0DB47'

red 224 ◦ green 219 ◦ blue 71

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

Shades of Starship #E0DB47

Tints of Starship #E0DB47

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

 BLUE value IS 71 (28.13% from 255) = 13.81%

R = 43.58%
G = 42.61%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E0DB47 (or 0xE0DB47) is known color: Starship. HEX triplet: E0, DB and 47. RGB value is (224,219,71). Sum of RGB (Red+Green+Blue) = 224+219+71=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DB47 is #1F24B8. Grayscale: #CCCCCC. Windows color (decimal): -2041017 or 4709344. OLE color: 4709344.

HSL color Cylindrical-coordinate representation of color #E0DB47: hue angle of 58.04º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0DB47 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 219 71 -
CMYK 0 0.02 0.68 0.12
HSL 58.04º 0.71% 0.58% -
HSV(B) 58.04º 0.68% 0.88% -
XYZ 57.21 66.97 15.87 -
YUV 203.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 224 219 71 0 0.02 0.68 0.12 58.04 0.71 0.58
Hex E0 DB 47 0 2 44 C 3A 47 3A
Octal 340 333 107 0 2 104 14 72 107 72
Binary 11100000 11011011 1000111 0 10 1000100 1100 111010 1000111 111010

Color Harmonies of #E0DB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB47

Black with #E0DB47

Text Example


Text Example

White with #E0DB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB47; }

 p { color: rgb(224,219,71); }

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

background-color css

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

 a { background-color: rgb(224,219,71); }

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

border-color css

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

 span { border-color: rgb(224,219,71); }

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