Html Css Color HEX #EFEA41 Starship

📋 copy color: '#EFEA41'

red 239 ◦ green 234 ◦ blue 65

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

Shades of Starship #EFEA41

Tints of Starship #EFEA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.49%

 BLUE value IS 65 (25.78% from 255) = 12.08%

R = 44.42%
G = 43.49%
B = 12.08%

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

#EFEA41 (or 0xEFEA41) is known color: Starship. HEX triplet: EF, EA and 41. RGB value is (239,234,65). Sum of RGB (Red+Green+Blue) = 239+234+65=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA41 is #1015BE. Grayscale: #D8D8D8. Windows color (decimal): -1054143 or 4319983. OLE color: 4319983.

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

Color convert

RGB 239 234 65 -
CMYK 0 0.02 0.73 0.06
HSL 58.28º 0.84% 0.6% -
HSV(B) 58.28º 0.73% 0.94% -
XYZ 65.97 77.58 16.5 -
YUV 216.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 239 234 65 0 0.02 0.73 0.06 58.28 0.84 0.6
Hex EF EA 41 0 2 49 6 3A 54 3C
Octal 357 352 101 0 2 111 6 72 124 74
Binary 11101111 11101010 1000001 0 10 1001001 110 111010 1010100 111100

Color Harmonies of #EFEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA41

Black with #EFEA41

Text Example


Text Example

White with #EFEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA41; }

 p { color: rgb(239,234,65); }

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

background-color css

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

 a { background-color: rgb(239,234,65); }

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

border-color css

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

 span { border-color: rgb(239,234,65); }

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