Html Css Color HEX #E1DF3F Starship

📋 copy color: '#E1DF3F'

red 225 ◦ green 223 ◦ blue 63

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

Shades of Starship #E1DF3F

Tints of Starship #E1DF3F

RGB

 RED value IS 225 (88.28% from 255) = 44.03%

 GREEN value IS 223 (87.5% from 255) = 43.64%

 BLUE value IS 63 (25% from 255) = 12.33%

R = 44.03%
G = 43.64%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1DF3F (or 0xE1DF3F) is known color: Starship. HEX triplet: E1, DF and 3F. RGB value is (225,223,63). Sum of RGB (Red+Green+Blue) = 225+223+63=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF3F is #1E20C0. Grayscale: #CECECE. Windows color (decimal): -1974465 or 4186081. OLE color: 4186081.

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

Color convert

RGB 225 223 63 -
CMYK 0 0.01 0.72 0.12
HSL 59.26º 0.73% 0.56% -
HSV(B) 59.26º 0.72% 0.88% -
XYZ 58.34 69.14 14.97 -
YUV 205.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 225 223 63 0 0.01 0.72 0.12 59.26 0.73 0.56
Hex E1 DF 3F 0 1 48 C 3B 49 38
Octal 341 337 77 0 1 110 14 73 111 70
Binary 11100001 11011111 111111 0 1 1001000 1100 111011 1001001 111000

Color Harmonies of #E1DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF3F

Black with #E1DF3F

Text Example


Text Example

White with #E1DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF3F; }

 p { color: rgb(225,223,63); }

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

background-color css

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

 a { background-color: rgb(225,223,63); }

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

border-color css

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

 span { border-color: rgb(225,223,63); }

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