Html Css Color HEX #EFE13F Starship

📋 copy color: '#EFE13F'

red 239 ◦ green 225 ◦ blue 63

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

Shades of Starship #EFE13F

Tints of Starship #EFE13F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.69%

 BLUE value IS 63 (25% from 255) = 11.95%

R = 45.35%
G = 42.69%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFE13F (or 0xEFE13F) is known color: Starship. HEX triplet: EF, E1 and 3F. RGB value is (239,225,63). Sum of RGB (Red+Green+Blue) = 239+225+63=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE13F is #101EC0. Grayscale: #D3D3D3. Windows color (decimal): -1056449 or 4186607. OLE color: 4186607.

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

Color convert

RGB 239 225 63 -
CMYK 0 0.06 0.74 0.06
HSL 55.23º 0.85% 0.59% -
HSV(B) 55.23º 0.74% 0.94% -
XYZ 63.42 72.56 15.37 -
YUV 210.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 239 225 63 0 0.06 0.74 0.06 55.23 0.85 0.59
Hex EF E1 3F 0 6 4A 6 37 55 3B
Octal 357 341 77 0 6 112 6 67 125 73
Binary 11101111 11100001 111111 0 110 1001010 110 110111 1010101 111011

Color Harmonies of #EFE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE13F

Black with #EFE13F

Text Example


Text Example

White with #EFE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE13F; }

 p { color: rgb(239,225,63); }

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

background-color css

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

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

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

border-color css

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

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

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