Html Css Color HEX #EFE241 Starship

📋 copy color: '#EFE241'

red 239 ◦ green 226 ◦ blue 65

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

Shades of Starship #EFE241

Tints of Starship #EFE241

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.64%

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

R = 45.09%
G = 42.64%
B = 12.26%

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

#EFE241 (or 0xEFE241) is known color: Starship. HEX triplet: EF, E2 and 41. RGB value is (239,226,65). Sum of RGB (Red+Green+Blue) = 239+226+65=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE241 is #101DBE. Grayscale: #D4D4D4. Windows color (decimal): -1056191 or 4317935. OLE color: 4317935.

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

Color convert

RGB 239 226 65 -
CMYK 0 0.05 0.73 0.06
HSL 55.52º 0.84% 0.6% -
HSV(B) 55.52º 0.73% 0.94% -
XYZ 63.75 73.13 15.76 -
YUV 211.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 239 226 65 0 0.05 0.73 0.06 55.52 0.84 0.6
Hex EF E2 41 0 5 49 6 38 54 3C
Octal 357 342 101 0 5 111 6 70 124 74
Binary 11101111 11100010 1000001 0 101 1001001 110 111000 1010100 111100

Color Harmonies of #EFE241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE241

Black with #EFE241

Text Example


Text Example

White with #EFE241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE241; }

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

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

background-color css

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

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

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

border-color css

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

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

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