Html Css Color HEX #EFE540 Starship

📋 copy color: '#EFE540'

red 239 ◦ green 229 ◦ blue 64

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

Shades of Starship #EFE540

Tints of Starship #EFE540

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.05%

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

R = 44.92%
G = 43.05%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFE540 (or 0xEFE540) is known color: Starship. HEX triplet: EF, E5 and 40. RGB value is (239,229,64). Sum of RGB (Red+Green+Blue) = 239+229+64=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE540 is #101ABF. Grayscale: #D5D5D5. Windows color (decimal): -1055424 or 4253167. OLE color: 4253167.

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

Color convert

RGB 239 229 64 -
CMYK 0 0.04 0.73 0.06
HSL 56.57º 0.85% 0.59% -
HSV(B) 56.57º 0.73% 0.94% -
XYZ 64.54 74.76 15.88 -
YUV 213.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 239 229 64 0 0.04 0.73 0.06 56.57 0.85 0.59
Hex EF E5 40 0 4 49 6 39 55 3B
Octal 357 345 100 0 4 111 6 71 125 73
Binary 11101111 11100101 1000000 0 100 1001001 110 111001 1010101 111011

Color Harmonies of #EFE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE540

Black with #EFE540

Text Example


Text Example

White with #EFE540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE540; }

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

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

background-color css

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

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

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

border-color css

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

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

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