Html Css Color HEX #E0DE3C Starship

📋 copy color: '#E0DE3C'

red 224 ◦ green 222 ◦ blue 60

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

Shades of Starship #E0DE3C

Tints of Starship #E0DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

 BLUE value IS 60 (23.83% from 255) = 11.86%

R = 44.27%
G = 43.87%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0DE3C (or 0xE0DE3C) is known color: Starship. HEX triplet: E0, DE and 3C. RGB value is (224,222,60). Sum of RGB (Red+Green+Blue) = 224+222+60=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DE3C is #1F21C3. Grayscale: #CCCCCC. Windows color (decimal): -2040260 or 3989216. OLE color: 3989216.

HSL color Cylindrical-coordinate representation of color #E0DE3C: hue angle of 59.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0DE3C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 222 60 -
CMYK 0 0.01 0.73 0.12
HSL 59.27º 0.73% 0.56% -
HSV(B) 59.27º 0.73% 0.88% -
XYZ 57.68 68.42 14.44 -
YUV 204.13 46.66 142.17 -
System Red Green Blue C M Y K H S L
Decimal 224 222 60 0 0.01 0.73 0.12 59.27 0.73 0.56
Hex E0 DE 3C 0 1 49 C 3B 49 38
Octal 340 336 74 0 1 111 14 73 111 70
Binary 11100000 11011110 111100 0 1 1001001 1100 111011 1001001 111000

Color Harmonies of #E0DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DE3C

Black with #E0DE3C

Text Example


Text Example

White with #E0DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DE3C; }

 p { color: rgb(224,222,60); }

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

background-color css

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

 a { background-color: rgb(224,222,60); }

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

border-color css

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

 span { border-color: rgb(224,222,60); }

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