Html Css Color HEX #EFDC3F Starship

📋 copy color: '#EFDC3F'

red 239 ◦ green 220 ◦ blue 63

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

Shades of Starship #EFDC3F

Tints of Starship #EFDC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

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

R = 45.79%
G = 42.15%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFDC3F (or 0xEFDC3F) is known color: Starship. HEX triplet: EF, DC and 3F. RGB value is (239,220,63). Sum of RGB (Red+Green+Blue) = 239+220+63=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC3F is #1023C0. Grayscale: #D0D0D0. Windows color (decimal): -1057729 or 4185327. OLE color: 4185327.

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

Color convert

RGB 239 220 63 -
CMYK 0 0.08 0.74 0.06
HSL 53.52º 0.85% 0.59% -
HSV(B) 53.52º 0.74% 0.94% -
XYZ 62.09 69.9 14.92 -
YUV 207.78 46.29 150.27 -
System Red Green Blue C M Y K H S L
Decimal 239 220 63 0 0.08 0.74 0.06 53.52 0.85 0.59
Hex EF DC 3F 0 8 4A 6 36 55 3B
Octal 357 334 77 0 10 112 6 66 125 73
Binary 11101111 11011100 111111 0 1000 1001010 110 110110 1010101 111011

Color Harmonies of #EFDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC3F

Black with #EFDC3F

Text Example


Text Example

White with #EFDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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