Html Css Color HEX #EFDF40 Starship

📋 copy color: '#EFDF40'

red 239 ◦ green 223 ◦ blue 64

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

Shades of Starship #EFDF40

Tints of Starship #EFDF40

RGB

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

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

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

R = 45.44%
G = 42.4%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFDF40 (or 0xEFDF40) is known color: Starship. HEX triplet: EF, DF and 40. RGB value is (239,223,64). Sum of RGB (Red+Green+Blue) = 239+223+64=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF40 is #1020BF. Grayscale: #D2D2D2. Windows color (decimal): -1056960 or 4251631. OLE color: 4251631.

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

Color convert

RGB 239 223 64 -
CMYK 0 0.07 0.73 0.06
HSL 54.51º 0.85% 0.59% -
HSV(B) 54.51º 0.73% 0.94% -
XYZ 62.91 71.5 15.33 -
YUV 209.66 45.8 148.93 -
System Red Green Blue C M Y K H S L
Decimal 239 223 64 0 0.07 0.73 0.06 54.51 0.85 0.59
Hex EF DF 40 0 7 49 6 37 55 3B
Octal 357 337 100 0 7 111 6 67 125 73
Binary 11101111 11011111 1000000 0 111 1001001 110 110111 1010101 111011

Color Harmonies of #EFDF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF40

Black with #EFDF40

Text Example


Text Example

White with #EFDF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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