Html Css Color HEX #E0D842 Starship

📋 copy color: '#E0D842'

red 224 ◦ green 216 ◦ blue 66

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

Shades of Starship #E0D842

Tints of Starship #E0D842

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

 BLUE value IS 66 (26.17% from 255) = 13.04%

R = 44.27%
G = 42.69%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E0D842 (or 0xE0D842) is known color: Starship. HEX triplet: E0, D8 and 42. RGB value is (224,216,66). Sum of RGB (Red+Green+Blue) = 224+216+66=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D842 is #1F27BD. Grayscale: #C9C9C9. Windows color (decimal): -2041790 or 4380896. OLE color: 4380896.

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

Color convert

RGB 224 216 66 -
CMYK 0 0.04 0.71 0.12
HSL 56.96º 0.72% 0.57% -
HSV(B) 56.96º 0.71% 0.88% -
XYZ 56.28 65.35 14.8 -
YUV 201.29 51.65 144.2 -
System Red Green Blue C M Y K H S L
Decimal 224 216 66 0 0.04 0.71 0.12 56.96 0.72 0.57
Hex E0 D8 42 0 4 47 C 39 48 39
Octal 340 330 102 0 4 107 14 71 110 71
Binary 11100000 11011000 1000010 0 100 1000111 1100 111001 1001000 111001

Color Harmonies of #E0D842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D842

Black with #E0D842

Text Example


Text Example

White with #E0D842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D842; }

 p { color: rgb(224,216,66); }

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

background-color css

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

 a { background-color: rgb(224,216,66); }

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

border-color css

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

 span { border-color: rgb(224,216,66); }

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