Html Css Color HEX #EEE142 Starship

📋 copy color: '#EEE142'

red 238 ◦ green 225 ◦ blue 66

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

Shades of Starship #EEE142

Tints of Starship #EEE142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

 BLUE value IS 66 (26.17% from 255) = 12.48%

R = 44.99%
G = 42.53%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EEE142 (or 0xEEE142) is known color: Starship. HEX triplet: EE, E1 and 42. RGB value is (238,225,66). Sum of RGB (Red+Green+Blue) = 238+225+66=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE142 is #111EBD. Grayscale: #D3D3D3. Windows color (decimal): -1121982 or 4383214. OLE color: 4383214.

HSL color Cylindrical-coordinate representation of color #EEE142: hue angle of 55.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEE142 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 225 66 -
CMYK 0 0.05 0.72 0.07
HSL 55.47º 0.83% 0.6% -
HSV(B) 55.47º 0.72% 0.93% -
XYZ 63.17 72.42 15.8 -
YUV 210.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 238 225 66 0 0.05 0.72 0.07 55.47 0.83 0.6
Hex EE E1 42 0 5 48 7 37 53 3C
Octal 356 341 102 0 5 110 7 67 123 74
Binary 11101110 11100001 1000010 0 101 1001000 111 110111 1010011 111100

Color Harmonies of #EEE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE142

Black with #EEE142

Text Example


Text Example

White with #EEE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE142; }

 p { color: rgb(238,225,66); }

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

background-color css

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

 a { background-color: rgb(238,225,66); }

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

border-color css

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

 span { border-color: rgb(238,225,66); }

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