Html Css Color HEX #E5DA3D Starship

📋 copy color: '#E5DA3D'

red 229 ◦ green 218 ◦ blue 61

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

Shades of Starship #E5DA3D

Tints of Starship #E5DA3D

RGB

 RED value IS 229 (89.84% from 255) = 45.08%

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

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

R = 45.08%
G = 42.91%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5DA3D (or 0xE5DA3D) is known color: Starship. HEX triplet: E5, DA and 3D. RGB value is (229,218,61). Sum of RGB (Red+Green+Blue) = 229+218+61=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA3D is #1A25C2. Grayscale: #CCCCCC. Windows color (decimal): -1713603 or 4053733. OLE color: 4053733.

HSL color Cylindrical-coordinate representation of color #E5DA3D: hue angle of 56.07º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5DA3D is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 61 -
CMYK 0 0.05 0.73 0.10
HSL 56.07º 0.76% 0.57% -
HSV(B) 56.07º 0.73% 0.9% -
XYZ 58.23 67.14 14.3 -
YUV 203.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 229 218 61 0 0.05 0.73 0.10 56.07 0.76 0.57
Hex E5 DA 3D 0 5 49 A 38 4C 39
Octal 345 332 75 0 5 111 12 70 114 71
Binary 11100101 11011010 111101 0 101 1001001 1010 111000 1001100 111001

Color Harmonies of #E5DA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA3D

Black with #E5DA3D

Text Example


Text Example

White with #E5DA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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