Html Css Color HEX #EFDF3F Starship

📋 copy color: '#EFDF3F'

red 239 ◦ green 223 ◦ blue 63

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

Shades of Starship #EFDF3F

Tints of Starship #EFDF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

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

R = 45.52%
G = 42.48%
B = 12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFDF3F (or 0xEFDF3F) is known color: Starship. HEX triplet: EF, DF and 3F. RGB value is (239,223,63). Sum of RGB (Red+Green+Blue) = 239+223+63=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 63 (25% from 255 or 12% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF3F is #1020C0. Grayscale: #D2D2D2. Windows color (decimal): -1056961 or 4186095. OLE color: 4186095.

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

Color convert

RGB 239 223 63 -
CMYK 0 0.07 0.74 0.06
HSL 54.55º 0.85% 0.59% -
HSV(B) 54.55º 0.74% 0.94% -
XYZ 62.88 71.48 15.19 -
YUV 209.54 45.3 149.01 -
System Red Green Blue C M Y K H S L
Decimal 239 223 63 0 0.07 0.74 0.06 54.55 0.85 0.59
Hex EF DF 3F 0 7 4A 6 37 55 3B
Octal 357 337 77 0 7 112 6 67 125 73
Binary 11101111 11011111 111111 0 111 1001010 110 110111 1010101 111011

Color Harmonies of #EFDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF3F

Black with #EFDF3F

Text Example


Text Example

White with #EFDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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