Html Css Color HEX #E3DC3A Starship

📋 copy color: '#E3DC3A'

red 227 ◦ green 220 ◦ blue 58

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

Shades of Starship #E3DC3A

Tints of Starship #E3DC3A

RGB

 RED value IS 227 (89.06% from 255) = 44.95%

 GREEN value IS 220 (86.33% from 255) = 43.56%

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

R = 44.95%
G = 43.56%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E3DC3A (or 0xE3DC3A) is known color: Starship. HEX triplet: E3, DC and 3A. RGB value is (227,220,58). Sum of RGB (Red+Green+Blue) = 227+220+58=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DC3A is #1C23C5. Grayscale: #CCCCCC. Windows color (decimal): -1844166 or 3857635. OLE color: 3857635.

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

Color convert

RGB 227 220 58 -
CMYK 0 0.03 0.74 0.11
HSL 57.51º 0.75% 0.56% -
HSV(B) 57.51º 0.74% 0.89% -
XYZ 58.04 67.82 14.04 -
YUV 203.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 227 220 58 0 0.03 0.74 0.11 57.51 0.75 0.56
Hex E3 DC 3A 0 3 4A B 3A 4B 38
Octal 343 334 72 0 3 112 13 72 113 70
Binary 11100011 11011100 111010 0 11 1001010 1011 111010 1001011 111000

Color Harmonies of #E3DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DC3A

Black with #E3DC3A

Text Example


Text Example

White with #E3DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DC3A; }

 p { color: rgb(227,220,58); }

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

background-color css

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

 a { background-color: rgb(227,220,58); }

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

border-color css

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

 span { border-color: rgb(227,220,58); }

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