Html Css Color HEX #E0D72E Starship

📋 copy color: '#E0D72E'

red 224 ◦ green 215 ◦ blue 46

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

Shades of Starship #E0D72E

Tints of Starship #E0D72E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 46 (18.36% from 255) = 9.48%

R = 46.19%
G = 44.33%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0D72E (or 0xE0D72E) is known color: Starship. HEX triplet: E0, D7 and 2E. RGB value is (224,215,46). Sum of RGB (Red+Green+Blue) = 224+215+46=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D72E is #1F28D1. Grayscale: #C7C7C7. Windows color (decimal): -2042066 or 3069920. OLE color: 3069920.

HSL color Cylindrical-coordinate representation of color #E0D72E: hue angle of 56.97º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0D72E is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 215 46 -
CMYK 0 0.04 0.79 0.12
HSL 56.97º 0.74% 0.53% -
HSV(B) 56.97º 0.79% 0.88% -
XYZ 55.53 64.65 12.14 -
YUV 198.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 224 215 46 0 0.04 0.79 0.12 56.97 0.74 0.53
Hex E0 D7 2E 0 4 4F C 39 4A 35
Octal 340 327 56 0 4 117 14 71 112 65
Binary 11100000 11010111 101110 0 100 1001111 1100 111001 1001010 110101

Color Harmonies of #E0D72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D72E

Black with #E0D72E

Text Example


Text Example

White with #E0D72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D72E; }

 p { color: rgb(224,215,46); }

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

background-color css

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

 a { background-color: rgb(224,215,46); }

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

border-color css

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

 span { border-color: rgb(224,215,46); }

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