Html Css Color HEX #EFDC40 Starship

📋 copy color: '#EFDC40'

red 239 ◦ green 220 ◦ blue 64

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

Shades of Starship #EFDC40

Tints of Starship #EFDC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.24%

R = 45.7%
G = 42.07%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFDC40 (or 0xEFDC40) is known color: Starship. HEX triplet: EF, DC and 40. RGB value is (239,220,64). Sum of RGB (Red+Green+Blue) = 239+220+64=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC40 is #1023BF. Grayscale: #D0D0D0. Windows color (decimal): -1057728 or 4250863. OLE color: 4250863.

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

Color convert

RGB 239 220 64 -
CMYK 0 0.08 0.73 0.06
HSL 53.49º 0.85% 0.59% -
HSV(B) 53.49º 0.73% 0.94% -
XYZ 62.12 69.91 15.07 -
YUV 207.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 239 220 64 0 0.08 0.73 0.06 53.49 0.85 0.59
Hex EF DC 40 0 8 49 6 35 55 3B
Octal 357 334 100 0 10 111 6 65 125 73
Binary 11101111 11011100 1000000 0 1000 1001001 110 110101 1010101 111011

Color Harmonies of #EFDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC40

Black with #EFDC40

Text Example


Text Example

White with #EFDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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