Html Css Color HEX #EEDD41 Starship

📋 copy color: '#EEDD41'

red 238 ◦ green 221 ◦ blue 65

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

Shades of Starship #EEDD41

Tints of Starship #EEDD41

RGB

 RED value IS 238 (93.36% from 255) = 45.42%

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

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

R = 45.42%
G = 42.18%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEDD41 (or 0xEEDD41) is known color: Starship. HEX triplet: EE, DD and 41. RGB value is (238,221,65). Sum of RGB (Red+Green+Blue) = 238+221+65=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD41 is #1122BE. Grayscale: #D0D0D0. Windows color (decimal): -1123007 or 4316654. OLE color: 4316654.

HSL color Cylindrical-coordinate representation of color #EEDD41: hue angle of 54.1º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEDD41 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 65 -
CMYK 0 0.07 0.73 0.07
HSL 54.1º 0.84% 0.59% -
HSV(B) 54.1º 0.73% 0.93% -
XYZ 62.07 70.27 15.29 -
YUV 208.3 47.13 149.18 -
System Red Green Blue C M Y K H S L
Decimal 238 221 65 0 0.07 0.73 0.07 54.1 0.84 0.59
Hex EE DD 41 0 7 49 7 36 54 3B
Octal 356 335 101 0 7 111 7 66 124 73
Binary 11101110 11011101 1000001 0 111 1001001 111 110110 1010100 111011

Color Harmonies of #EEDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD41

Black with #EEDD41

Text Example


Text Example

White with #EEDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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