Html Css Color HEX #EFE342 Starship

📋 copy color: '#EFE342'

red 239 ◦ green 227 ◦ blue 66

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

Shades of Starship #EFE342

Tints of Starship #EFE342

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.67%

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

R = 44.92%
G = 42.67%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFE342 (or 0xEFE342) is known color: Starship. HEX triplet: EF, E3 and 42. RGB value is (239,227,66). Sum of RGB (Red+Green+Blue) = 239+227+66=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 66 (26.17% from 255 or 12.41% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE342 is #101CBD. Grayscale: #D4D4D4. Windows color (decimal): -1055934 or 4383727. OLE color: 4383727.

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

Color convert

RGB 239 227 66 -
CMYK 0 0.05 0.72 0.06
HSL 55.84º 0.84% 0.6% -
HSV(B) 55.84º 0.72% 0.94% -
XYZ 64.05 73.68 16 -
YUV 212.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 239 227 66 0 0.05 0.72 0.06 55.84 0.84 0.6
Hex EF E3 42 0 5 48 6 38 54 3C
Octal 357 343 102 0 5 110 6 70 124 74
Binary 11101111 11100011 1000010 0 101 1001000 110 111000 1010100 111100

Color Harmonies of #EFE342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE342

Black with #EFE342

Text Example


Text Example

White with #EFE342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE342; }

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

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

background-color css

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

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

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

border-color css

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

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

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