Html Css Color HEX #EFE042 Starship

📋 copy color: '#EFE042'

red 239 ◦ green 224 ◦ blue 66

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

Shades of Starship #EFE042

Tints of Starship #EFE042

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.34%

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

R = 45.18%
G = 42.34%
B = 12.48%

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

#EFE042 (or 0xEFE042) is known color: Starship. HEX triplet: EF, E0 and 42. RGB value is (239,224,66). Sum of RGB (Red+Green+Blue) = 239+224+66=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE042 is #101FBD. Grayscale: #D3D3D3. Windows color (decimal): -1056702 or 4382959. OLE color: 4382959.

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

Color convert

RGB 239 224 66 -
CMYK 0 0.06 0.72 0.06
HSL 54.8º 0.84% 0.6% -
HSV(B) 54.8º 0.72% 0.94% -
XYZ 63.24 72.06 15.73 -
YUV 210.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 239 224 66 0 0.06 0.72 0.06 54.8 0.84 0.6
Hex EF E0 42 0 6 48 6 37 54 3C
Octal 357 340 102 0 6 110 6 67 124 74
Binary 11101111 11100000 1000010 0 110 1001000 110 110111 1010100 111100

Color Harmonies of #EFE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE042

Black with #EFE042

Text Example


Text Example

White with #EFE042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE042; }

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

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

background-color css

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

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

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

border-color css

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

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

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