Html Css Color HEX #E0F03D Starship

📋 copy color: '#E0F03D'

red 224 ◦ green 240 ◦ blue 61

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

Shades of Starship #E0F03D

Tints of Starship #E0F03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

 BLUE value IS 61 (24.22% from 255) = 11.62%

R = 42.67%
G = 45.71%
B = 11.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#E0F03D (or 0xE0F03D) is known color: Starship. HEX triplet: E0, F0 and 3D. RGB value is (224,240,61). Sum of RGB (Red+Green+Blue) = 224+240+61=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F03D is #1F0FC2. Grayscale: #D7D7D7. Windows color (decimal): -2035651 or 4059360. OLE color: 4059360.

HSL color Cylindrical-coordinate representation of color #E0F03D: hue angle of 65.36º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0F03D is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 240 61 -
CMYK 0.07 0 0.75 0.06
HSL 65.36º 0.86% 0.59% -
HSV(B) 65.36º 0.75% 0.94% -
XYZ 62.74 78.5 16.26 -
YUV 214.81 41.2 134.55 -
System Red Green Blue C M Y K H S L
Decimal 224 240 61 0.07 0 0.75 0.06 65.36 0.86 0.59
Hex E0 F0 3D 7 0 4B 6 41 56 3B
Octal 340 360 75 7 0 113 6 101 126 73
Binary 11100000 11110000 111101 111 0 1001011 110 1000001 1010110 111011

Color Harmonies of #E0F03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F03D

Black with #E0F03D

Text Example


Text Example

White with #E0F03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F03D; }

 p { color: rgb(224,240,61); }

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

background-color css

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

 a { background-color: rgb(224,240,61); }

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

border-color css

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

 span { border-color: rgb(224,240,61); }

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