Html Css Color HEX #EFE340 Starship

📋 copy color: '#EFE340'

red 239 ◦ green 227 ◦ blue 64

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

Shades of Starship #EFE340

Tints of Starship #EFE340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.83%

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

R = 45.09%
G = 42.83%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFE340 (or 0xEFE340) is known color: Starship. HEX triplet: EF, E3 and 40. RGB value is (239,227,64). Sum of RGB (Red+Green+Blue) = 239+227+64=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE340 is #101CBF. Grayscale: #D4D4D4. Windows color (decimal): -1055936 or 4252655. OLE color: 4252655.

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

Color convert

RGB 239 227 64 -
CMYK 0 0.05 0.73 0.06
HSL 55.89º 0.85% 0.59% -
HSV(B) 55.89º 0.73% 0.94% -
XYZ 63.99 73.66 15.7 -
YUV 212.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 239 227 64 0 0.05 0.73 0.06 55.89 0.85 0.59
Hex EF E3 40 0 5 49 6 38 55 3B
Octal 357 343 100 0 5 111 6 70 125 73
Binary 11101111 11100011 1000000 0 101 1001001 110 111000 1010101 111011

Color Harmonies of #EFE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE340

Black with #EFE340

Text Example


Text Example

White with #EFE340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE340; }

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

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

background-color css

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

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

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

border-color css

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

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

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