Html Css Color HEX #EFE142 Starship

📋 copy color: '#EFE142'

red 239 ◦ green 225 ◦ blue 66

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

Shades of Starship #EFE142

Tints of Starship #EFE142

RGB

 RED value IS 239 (93.75% from 255) = 45.09%

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

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

R = 45.09%
G = 42.45%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFE142 (or 0xEFE142) is known color: Starship. HEX triplet: EF, E1 and 42. RGB value is (239,225,66). Sum of RGB (Red+Green+Blue) = 239+225+66=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE142 is #101EBD. Grayscale: #D3D3D3. Windows color (decimal): -1056446 or 4383215. OLE color: 4383215.

HSL color Cylindrical-coordinate representation of color #EFE142: hue angle of 55.14º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFE142 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 225 66 -
CMYK 0 0.06 0.72 0.06
HSL 55.14º 0.84% 0.6% -
HSV(B) 55.14º 0.72% 0.94% -
XYZ 63.51 72.59 15.82 -
YUV 211.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 239 225 66 0 0.06 0.72 0.06 55.14 0.84 0.6
Hex EF E1 42 0 6 48 6 37 54 3C
Octal 357 341 102 0 6 110 6 67 124 74
Binary 11101111 11100001 1000010 0 110 1001000 110 110111 1010100 111100

Color Harmonies of #EFE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE142

Black with #EFE142

Text Example


Text Example

White with #EFE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE142; }

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

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

background-color css

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

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

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

border-color css

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

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

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