Html Css Color HEX #E5DD41 Starship

📋 copy color: '#E5DD41'

red 229 ◦ green 221 ◦ blue 65

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

Shades of Starship #E5DD41

Tints of Starship #E5DD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.62%

R = 44.47%
G = 42.91%
B = 12.62%

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

#E5DD41 (or 0xE5DD41) is known color: Starship. HEX triplet: E5, DD and 41. RGB value is (229,221,65). Sum of RGB (Red+Green+Blue) = 229+221+65=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD41 is #1A22BE. Grayscale: #CECECE. Windows color (decimal): -1712831 or 4316645. OLE color: 4316645.

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

Color convert

RGB 229 221 65 -
CMYK 0 0.03 0.72 0.10
HSL 57.07º 0.76% 0.58% -
HSV(B) 57.07º 0.72% 0.9% -
XYZ 59.12 68.75 15.16 -
YUV 205.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 229 221 65 0 0.03 0.72 0.10 57.07 0.76 0.58
Hex E5 DD 41 0 3 48 A 39 4C 3A
Octal 345 335 101 0 3 110 12 71 114 72
Binary 11100101 11011101 1000001 0 11 1001000 1010 111001 1001100 111010

Color Harmonies of #E5DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DD41

Black with #E5DD41

Text Example


Text Example

White with #E5DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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