Html Css Color HEX #EFE041 Starship

📋 copy color: '#EFE041'

red 239 ◦ green 224 ◦ blue 65

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

Shades of Starship #EFE041

Tints of Starship #EFE041

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.42%

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

R = 45.27%
G = 42.42%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFE041 (or 0xEFE041) is known color: Starship. HEX triplet: EF, E0 and 41. RGB value is (239,224,65). Sum of RGB (Red+Green+Blue) = 239+224+65=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE041 is #101FBE. Grayscale: #D3D3D3. Windows color (decimal): -1056703 or 4317423. OLE color: 4317423.

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

Color convert

RGB 239 224 65 -
CMYK 0 0.06 0.73 0.06
HSL 54.83º 0.84% 0.6% -
HSV(B) 54.83º 0.73% 0.94% -
XYZ 63.21 72.04 15.58 -
YUV 210.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 239 224 65 0 0.06 0.73 0.06 54.83 0.84 0.6
Hex EF E0 41 0 6 49 6 37 54 3C
Octal 357 340 101 0 6 111 6 67 124 74
Binary 11101111 11100000 1000001 0 110 1001001 110 110111 1010100 111100

Color Harmonies of #EFE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE041

Black with #EFE041

Text Example


Text Example

White with #EFE041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE041; }

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

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

background-color css

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

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

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

border-color css

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

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

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