Html Css Color HEX #EFE242 Starship

📋 copy color: '#EFE242'

red 239 ◦ green 226 ◦ blue 66

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

Shades of Starship #EFE242

Tints of Starship #EFE242

RGB

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

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

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

R = 45.01%
G = 42.56%
B = 12.43%

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

#EFE242 (or 0xEFE242) is known color: Starship. HEX triplet: EF, E2 and 42. RGB value is (239,226,66). Sum of RGB (Red+Green+Blue) = 239+226+66=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE242 is #101DBD. Grayscale: #D4D4D4. Windows color (decimal): -1056190 or 4383471. OLE color: 4383471.

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

Color convert

RGB 239 226 66 -
CMYK 0 0.05 0.72 0.06
HSL 55.49º 0.84% 0.6% -
HSV(B) 55.49º 0.72% 0.94% -
XYZ 63.78 73.14 15.91 -
YUV 211.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 239 226 66 0 0.05 0.72 0.06 55.49 0.84 0.6
Hex EF E2 42 0 5 48 6 37 54 3C
Octal 357 342 102 0 5 110 6 67 124 74
Binary 11101111 11100010 1000010 0 101 1001000 110 110111 1010100 111100

Color Harmonies of #EFE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE242

Black with #EFE242

Text Example


Text Example

White with #EFE242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE242; }

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

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

background-color css

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

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

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

border-color css

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

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

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