Html Css Color HEX #E3DA3D Starship

📋 copy color: '#E3DA3D'

red 227 ◦ green 218 ◦ blue 61

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

Shades of Starship #E3DA3D

Tints of Starship #E3DA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 61 (24.22% from 255) = 12.06%

R = 44.86%
G = 43.08%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E3DA3D (or 0xE3DA3D) is known color: Starship. HEX triplet: E3, DA and 3D. RGB value is (227,218,61). Sum of RGB (Red+Green+Blue) = 227+218+61=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DA3D is #1C25C2. Grayscale: #CBCBCB. Windows color (decimal): -1844675 or 4053731. OLE color: 4053731.

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

Color convert

RGB 227 218 61 -
CMYK 0 0.04 0.73 0.11
HSL 56.75º 0.75% 0.56% -
HSV(B) 56.75º 0.73% 0.89% -
XYZ 57.59 66.81 14.28 -
YUV 202.79 47.98 145.27 -
System Red Green Blue C M Y K H S L
Decimal 227 218 61 0 0.04 0.73 0.11 56.75 0.75 0.56
Hex E3 DA 3D 0 4 49 B 39 4B 38
Octal 343 332 75 0 4 111 13 71 113 70
Binary 11100011 11011010 111101 0 100 1001001 1011 111001 1001011 111000

Color Harmonies of #E3DA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DA3D

Black with #E3DA3D

Text Example


Text Example

White with #E3DA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DA3D; }

 p { color: rgb(227,218,61); }

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

background-color css

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

 a { background-color: rgb(227,218,61); }

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

border-color css

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

 span { border-color: rgb(227,218,61); }

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