Html Css Color HEX #E5DD40 Starship

📋 copy color: '#E5DD40'

red 229 ◦ green 221 ◦ blue 64

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

Shades of Starship #E5DD40

Tints of Starship #E5DD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43%

 BLUE value IS 64 (25.39% from 255) = 12.45%

R = 44.55%
G = 43%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5DD40 (or 0xE5DD40) is known color: Starship. HEX triplet: E5, DD and 40. RGB value is (229,221,64). Sum of RGB (Red+Green+Blue) = 229+221+64=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD40 is #1A22BF. Grayscale: #CECECE. Windows color (decimal): -1712832 or 4251109. OLE color: 4251109.

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

Color convert

RGB 229 221 64 -
CMYK 0 0.03 0.72 0.10
HSL 57.09º 0.76% 0.57% -
HSV(B) 57.09º 0.72% 0.9% -
XYZ 59.09 68.74 15 -
YUV 205.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 229 221 64 0 0.03 0.72 0.10 57.09 0.76 0.57
Hex E5 DD 40 0 3 48 A 39 4C 39
Octal 345 335 100 0 3 110 12 71 114 71
Binary 11100101 11011101 1000000 0 11 1001000 1010 111001 1001100 111001

Color Harmonies of #E5DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DD40

Black with #E5DD40

Text Example


Text Example

White with #E5DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DD40; }

 p { color: rgb(229,221,64); }

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

background-color css

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

 a { background-color: rgb(229,221,64); }

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

border-color css

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

 span { border-color: rgb(229,221,64); }

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