Html Css Color HEX #EFDD40 Starship

📋 copy color: '#EFDD40'

red 239 ◦ green 221 ◦ blue 64

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

Shades of Starship #EFDD40

Tints of Starship #EFDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.18%

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

R = 45.61%
G = 42.18%
B = 12.21%

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

#EFDD40 (or 0xEFDD40) is known color: Starship. HEX triplet: EF, DD and 40. RGB value is (239,221,64). Sum of RGB (Red+Green+Blue) = 239+221+64=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD40 is #1022BF. Grayscale: #D1D1D1. Windows color (decimal): -1057472 or 4251119. OLE color: 4251119.

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

Color convert

RGB 239 221 64 -
CMYK 0 0.08 0.73 0.06
HSL 53.83º 0.85% 0.59% -
HSV(B) 53.83º 0.73% 0.94% -
XYZ 62.38 70.43 15.16 -
YUV 208.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 239 221 64 0 0.08 0.73 0.06 53.83 0.85 0.59
Hex EF DD 40 0 8 49 6 36 55 3B
Octal 357 335 100 0 10 111 6 66 125 73
Binary 11101111 11011101 1000000 0 1000 1001001 110 110110 1010101 111011

Color Harmonies of #EFDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD40

Black with #EFDD40

Text Example


Text Example

White with #EFDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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