Html Css Color HEX #E0D33A Starship

📋 copy color: '#E0D33A'

red 224 ◦ green 211 ◦ blue 58

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

Shades of Starship #E0D33A

Tints of Starship #E0D33A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.8%

 BLUE value IS 58 (23.05% from 255) = 11.76%

R = 45.44%
G = 42.8%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0D33A (or 0xE0D33A) is known color: Starship. HEX triplet: E0, D3 and 3A. RGB value is (224,211,58). Sum of RGB (Red+Green+Blue) = 224+211+58=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D33A is #1F2CC5. Grayscale: #C6C6C6. Windows color (decimal): -2043078 or 3855328. OLE color: 3855328.

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

Color convert

RGB 224 211 58 -
CMYK 0 0.06 0.74 0.12
HSL 55.3º 0.73% 0.55% -
HSV(B) 55.3º 0.74% 0.88% -
XYZ 54.8 62.74 13.23 -
YUV 197.45 49.31 146.94 -
System Red Green Blue C M Y K H S L
Decimal 224 211 58 0 0.06 0.74 0.12 55.3 0.73 0.55
Hex E0 D3 3A 0 6 4A C 37 49 37
Octal 340 323 72 0 6 112 14 67 111 67
Binary 11100000 11010011 111010 0 110 1001010 1100 110111 1001001 110111

Color Harmonies of #E0D33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D33A

Black with #E0D33A

Text Example


Text Example

White with #E0D33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D33A; }

 p { color: rgb(224,211,58); }

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

background-color css

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

 a { background-color: rgb(224,211,58); }

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

border-color css

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

 span { border-color: rgb(224,211,58); }

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