Html Css Color HEX #E2DF3F Starship

📋 copy color: '#E2DF3F'

red 226 ◦ green 223 ◦ blue 63

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

Shades of Starship #E2DF3F

Tints of Starship #E2DF3F

RGB

 RED value IS 226 (88.67% from 255) = 44.14%

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

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

R = 44.14%
G = 43.55%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2DF3F (or 0xE2DF3F) is known color: Starship. HEX triplet: E2, DF and 3F. RGB value is (226,223,63). Sum of RGB (Red+Green+Blue) = 226+223+63=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF3F is #1D20C0. Grayscale: #CECECE. Windows color (decimal): -1908929 or 4186082. OLE color: 4186082.

HSL color Cylindrical-coordinate representation of color #E2DF3F: hue angle of 58.9º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2DF3F is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 223 63 -
CMYK 0 0.01 0.72 0.11
HSL 58.9º 0.74% 0.57% -
HSV(B) 58.9º 0.72% 0.89% -
XYZ 58.65 69.3 14.99 -
YUV 205.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 226 223 63 0 0.01 0.72 0.11 58.9 0.74 0.57
Hex E2 DF 3F 0 1 48 B 3B 4A 39
Octal 342 337 77 0 1 110 13 73 112 71
Binary 11100010 11011111 111111 0 1 1001000 1011 111011 1001010 111001

Color Harmonies of #E2DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF3F

Black with #E2DF3F

Text Example


Text Example

White with #E2DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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