Html Css Color HEX #EFE542 Starship

📋 copy color: '#EFE542'

red 239 ◦ green 229 ◦ blue 66

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

Shades of Starship #EFE542

Tints of Starship #EFE542

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.88%

 BLUE value IS 66 (26.17% from 255) = 12.36%

R = 44.76%
G = 42.88%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFE542 (or 0xEFE542) is known color: Starship. HEX triplet: EF, E5 and 42. RGB value is (239,229,66). Sum of RGB (Red+Green+Blue) = 239+229+66=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 66 (26.17% from 255 or 12.36% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE542 is #101ABD. Grayscale: #D6D6D6. Windows color (decimal): -1055422 or 4384239. OLE color: 4384239.

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

Color convert

RGB 239 229 66 -
CMYK 0 0.04 0.72 0.06
HSL 56.53º 0.84% 0.6% -
HSV(B) 56.53º 0.72% 0.94% -
XYZ 64.6 74.78 16.18 -
YUV 213.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 239 229 66 0 0.04 0.72 0.06 56.53 0.84 0.6
Hex EF E5 42 0 4 48 6 39 54 3C
Octal 357 345 102 0 4 110 6 71 124 74
Binary 11101111 11100101 1000010 0 100 1001000 110 111001 1010100 111100

Color Harmonies of #EFE542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE542

Black with #EFE542

Text Example


Text Example

White with #EFE542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE542; }

 p { color: rgb(239,229,66); }

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

background-color css

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

 a { background-color: rgb(239,229,66); }

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

border-color css

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

 span { border-color: rgb(239,229,66); }

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