Html Css Color HEX #EFEB40 Starship

📋 copy color: '#EFEB40'

red 239 ◦ green 235 ◦ blue 64

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

Shades of Starship #EFEB40

Tints of Starship #EFEB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.68%

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

R = 44.42%
G = 43.68%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFEB40 (or 0xEFEB40) is known color: Starship. HEX triplet: EF, EB and 40. RGB value is (239,235,64). Sum of RGB (Red+Green+Blue) = 239+235+64=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB40 is #1014BF. Grayscale: #D9D9D9. Windows color (decimal): -1053888 or 4254703. OLE color: 4254703.

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

Color convert

RGB 239 235 64 -
CMYK 0 0.02 0.73 0.06
HSL 58.63º 0.85% 0.59% -
HSV(B) 58.63º 0.73% 0.94% -
XYZ 66.23 78.14 16.44 -
YUV 216.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 239 235 64 0 0.02 0.73 0.06 58.63 0.85 0.59
Hex EF EB 40 0 2 49 6 3B 55 3B
Octal 357 353 100 0 2 111 6 73 125 73
Binary 11101111 11101011 1000000 0 10 1001001 110 111011 1010101 111011

Color Harmonies of #EFEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB40

Black with #EFEB40

Text Example


Text Example

White with #EFEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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