Html Css Color HEX #E9DA3D Starship

📋 copy color: '#E9DA3D'

red 233 ◦ green 218 ◦ blue 61

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

Shades of Starship #E9DA3D

Tints of Starship #E9DA3D

RGB

 RED value IS 233 (91.41% from 255) = 45.51%

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

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

R = 45.51%
G = 42.58%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E9DA3D (or 0xE9DA3D) is known color: Starship. HEX triplet: E9, DA and 3D. RGB value is (233,218,61). Sum of RGB (Red+Green+Blue) = 233+218+61=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DA3D is #1625C2. Grayscale: #CDCDCD. Windows color (decimal): -1451459 or 4053737. OLE color: 4053737.

HSL color Cylindrical-coordinate representation of color #E9DA3D: hue angle of 54.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9DA3D is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 218 61 -
CMYK 0 0.06 0.74 0.09
HSL 54.77º 0.8% 0.58% -
HSV(B) 54.77º 0.74% 0.91% -
XYZ 59.52 67.8 14.37 -
YUV 204.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 233 218 61 0 0.06 0.74 0.09 54.77 0.8 0.58
Hex E9 DA 3D 0 6 4A 9 37 50 3A
Octal 351 332 75 0 6 112 11 67 120 72
Binary 11101001 11011010 111101 0 110 1001010 1001 110111 1010000 111010

Color Harmonies of #E9DA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DA3D

Black with #E9DA3D

Text Example


Text Example

White with #E9DA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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