Html Css Color HEX #EFDD41 Starship

📋 copy color: '#EFDD41'

red 239 ◦ green 221 ◦ blue 65

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

Shades of Starship #EFDD41

Tints of Starship #EFDD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.38%

R = 45.52%
G = 42.1%
B = 12.38%

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

#EFDD41 (or 0xEFDD41) is known color: Starship. HEX triplet: EF, DD and 41. RGB value is (239,221,65). Sum of RGB (Red+Green+Blue) = 239+221+65=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD41 is #1022BE. Grayscale: #D1D1D1. Windows color (decimal): -1057471 or 4316655. OLE color: 4316655.

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

Color convert

RGB 239 221 65 -
CMYK 0 0.08 0.73 0.06
HSL 53.79º 0.84% 0.6% -
HSV(B) 53.79º 0.73% 0.94% -
XYZ 62.41 70.45 15.31 -
YUV 208.6 46.96 149.68 -
System Red Green Blue C M Y K H S L
Decimal 239 221 65 0 0.08 0.73 0.06 53.79 0.84 0.6
Hex EF DD 41 0 8 49 6 36 54 3C
Octal 357 335 101 0 10 111 6 66 124 74
Binary 11101111 11011101 1000001 0 1000 1001001 110 110110 1010100 111100

Color Harmonies of #EFDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD41

Black with #EFDD41

Text Example


Text Example

White with #EFDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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