Html Css Color HEX #EFE940 Starship

📋 copy color: '#EFE940'

red 239 ◦ green 233 ◦ blue 64

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

Shades of Starship #EFE940

Tints of Starship #EFE940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

 BLUE value IS 64 (25.39% from 255) = 11.94%

R = 44.59%
G = 43.47%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFE940 (or 0xEFE940) is known color: Starship. HEX triplet: EF, E9 and 40. RGB value is (239,233,64). Sum of RGB (Red+Green+Blue) = 239+233+64=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE940 is #1016BF. Grayscale: #D8D8D8. Windows color (decimal): -1054400 or 4254191. OLE color: 4254191.

HSL color Cylindrical-coordinate representation of color #EFE940: hue angle of 57.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFE940 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 64 -
CMYK 0 0.03 0.73 0.06
HSL 57.94º 0.85% 0.59% -
HSV(B) 57.94º 0.73% 0.94% -
XYZ 65.66 77 16.25 -
YUV 215.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 239 233 64 0 0.03 0.73 0.06 57.94 0.85 0.59
Hex EF E9 40 0 3 49 6 3A 55 3B
Octal 357 351 100 0 3 111 6 72 125 73
Binary 11101111 11101001 1000000 0 11 1001001 110 111010 1010101 111011

Color Harmonies of #EFE940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE940

Black with #EFE940

Text Example


Text Example

White with #EFE940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE940; }

 p { color: rgb(239,233,64); }

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

background-color css

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

 a { background-color: rgb(239,233,64); }

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

border-color css

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

 span { border-color: rgb(239,233,64); }

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