Html Css Color HEX #EFE442 Starship

📋 copy color: '#EFE442'

red 239 ◦ green 228 ◦ blue 66

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

Shades of Starship #EFE442

Tints of Starship #EFE442

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.78%

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

R = 44.84%
G = 42.78%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFE442 (or 0xEFE442) is known color: Starship. HEX triplet: EF, E4 and 42. RGB value is (239,228,66). Sum of RGB (Red+Green+Blue) = 239+228+66=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE442 is #101BBD. Grayscale: #D5D5D5. Windows color (decimal): -1055678 or 4383983. OLE color: 4383983.

HSL color Cylindrical-coordinate representation of color #EFE442: hue angle of 56.18º 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 #EFE442 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 66 -
CMYK 0 0.05 0.72 0.06
HSL 56.18º 0.84% 0.6% -
HSV(B) 56.18º 0.72% 0.94% -
XYZ 64.32 74.23 16.09 -
YUV 212.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 239 228 66 0 0.05 0.72 0.06 56.18 0.84 0.6
Hex EF E4 42 0 5 48 6 38 54 3C
Octal 357 344 102 0 5 110 6 70 124 74
Binary 11101111 11100100 1000010 0 101 1001000 110 111000 1010100 111100

Color Harmonies of #EFE442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE442

Black with #EFE442

Text Example


Text Example

White with #EFE442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE442; }

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

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

background-color css

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

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

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

border-color css

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

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

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