Html Css Color HEX #E0D62E Starship

📋 copy color: '#E0D62E'

red 224 ◦ green 214 ◦ blue 46

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

Shades of Starship #E0D62E

Tints of Starship #E0D62E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.21%

 BLUE value IS 46 (18.36% from 255) = 9.5%

R = 46.28%
G = 44.21%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0D62E (or 0xE0D62E) is known color: Starship. HEX triplet: E0, D6 and 2E. RGB value is (224,214,46). Sum of RGB (Red+Green+Blue) = 224+214+46=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D62E is #1F29D1. Grayscale: #C6C6C6. Windows color (decimal): -2042322 or 3069664. OLE color: 3069664.

HSL color Cylindrical-coordinate representation of color #E0D62E: hue angle of 56.63º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0D62E is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 214 46 -
CMYK 0 0.04 0.79 0.12
HSL 56.63º 0.74% 0.53% -
HSV(B) 56.63º 0.79% 0.88% -
XYZ 55.28 64.14 12.05 -
YUV 197.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 224 214 46 0 0.04 0.79 0.12 56.63 0.74 0.53
Hex E0 D6 2E 0 4 4F C 39 4A 35
Octal 340 326 56 0 4 117 14 71 112 65
Binary 11100000 11010110 101110 0 100 1001111 1100 111001 1001010 110101

Color Harmonies of #E0D62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D62E

Black with #E0D62E

Text Example


Text Example

White with #E0D62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D62E; }

 p { color: rgb(224,214,46); }

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

background-color css

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

 a { background-color: rgb(224,214,46); }

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

border-color css

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

 span { border-color: rgb(224,214,46); }

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