Html Css Color HEX #E0DC41 Starship

📋 copy color: '#E0DC41'

red 224 ◦ green 220 ◦ blue 65

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

Shades of Starship #E0DC41

Tints of Starship #E0DC41

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 65 (25.78% from 255) = 12.77%

R = 44.01%
G = 43.22%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E0DC41 (or 0xE0DC41) is known color: Starship. HEX triplet: E0, DC and 41. RGB value is (224,220,65). Sum of RGB (Red+Green+Blue) = 224+220+65=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DC41 is #1F23BE. Grayscale: #CCCCCC. Windows color (decimal): -2040767 or 4316384. OLE color: 4316384.

HSL color Cylindrical-coordinate representation of color #E0DC41: hue angle of 58.49º 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 #E0DC41 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 220 65 -
CMYK 0 0.02 0.71 0.12
HSL 58.49º 0.72% 0.57% -
HSV(B) 58.49º 0.71% 0.88% -
XYZ 57.29 67.42 14.99 -
YUV 203.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 224 220 65 0 0.02 0.71 0.12 58.49 0.72 0.57
Hex E0 DC 41 0 2 47 C 3A 48 39
Octal 340 334 101 0 2 107 14 72 110 71
Binary 11100000 11011100 1000001 0 10 1000111 1100 111010 1001000 111001

Color Harmonies of #E0DC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC41

Black with #E0DC41

Text Example


Text Example

White with #E0DC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC41; }

 p { color: rgb(224,220,65); }

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

background-color css

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

 a { background-color: rgb(224,220,65); }

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

border-color css

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

 span { border-color: rgb(224,220,65); }

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