Html Css Color HEX #EFEF3E Starship

📋 copy color: '#EFEF3E'

red 239 ◦ green 239 ◦ blue 62

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

Shades of Starship #EFEF3E

Tints of Starship #EFEF3E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.26%

 BLUE value IS 62 (24.61% from 255) = 11.48%

R = 44.26%
G = 44.26%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFEF3E (or 0xEFEF3E) is known color: Starship. HEX triplet: EF, EF and 3E. RGB value is (239,239,62). Sum of RGB (Red+Green+Blue) = 239+239+62=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 62 (24.61% from 255 or 11.48% from 540); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF3E is #1010C1. Grayscale: #DBDBDB. Windows color (decimal): -1052866 or 4124655. OLE color: 4124655.

HSL color Cylindrical-coordinate representation of color #EFEF3E: hue angle of 60º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFEF3E is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 62 -
CMYK 0 0 0.74 0.06
HSL 60º 0.85% 0.59% -
HSV(B) 60º 0.74% 0.94% -
XYZ 67.33 80.43 16.53 -
YUV 218.82 39.5 142.39 -
System Red Green Blue C M Y K H S L
Decimal 239 239 62 0 0 0.74 0.06 60 0.85 0.59
Hex EF EF 3E 0 0 4A 6 3C 55 3B
Octal 357 357 76 0 0 112 6 74 125 73
Binary 11101111 11101111 111110 0 0 1001010 110 111100 1010101 111011

Color Harmonies of #EFEF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF3E

Black with #EFEF3E

Text Example


Text Example

White with #EFEF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF3E; }

 p { color: rgb(239,239,62); }

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

background-color css

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

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

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

border-color css

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

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

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