Html Css Color HEX #EFDB3F Starship

📋 copy color: '#EFDB3F'

red 239 ◦ green 219 ◦ blue 63

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

Shades of Starship #EFDB3F

Tints of Starship #EFDB3F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.03%

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

R = 45.87%
G = 42.03%
B = 12.09%

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

#EFDB3F (or 0xEFDB3F) is known color: Starship. HEX triplet: EF, DB and 3F. RGB value is (239,219,63). Sum of RGB (Red+Green+Blue) = 239+219+63=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB3F is #1024C0. Grayscale: #CFCFCF. Windows color (decimal): -1057985 or 4185071. OLE color: 4185071.

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

Color convert

RGB 239 219 63 -
CMYK 0 0.08 0.74 0.06
HSL 53.18º 0.85% 0.59% -
HSV(B) 53.18º 0.74% 0.94% -
XYZ 61.83 69.37 14.83 -
YUV 207.2 46.63 150.68 -
System Red Green Blue C M Y K H S L
Decimal 239 219 63 0 0.08 0.74 0.06 53.18 0.85 0.59
Hex EF DB 3F 0 8 4A 6 35 55 3B
Octal 357 333 77 0 10 112 6 65 125 73
Binary 11101111 11011011 111111 0 1000 1001010 110 110101 1010101 111011

Color Harmonies of #EFDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB3F

Black with #EFDB3F

Text Example


Text Example

White with #EFDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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