Html Css Color HEX #EFD941 Starship

📋 copy color: '#EFD941'

red 239 ◦ green 217 ◦ blue 65

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

Shades of Starship #EFD941

Tints of Starship #EFD941

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

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

R = 45.87%
G = 41.65%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFD941 (or 0xEFD941) is known color: Starship. HEX triplet: EF, D9 and 41. RGB value is (239,217,65). Sum of RGB (Red+Green+Blue) = 239+217+65=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD941 is #1026BE. Grayscale: #CECECE. Windows color (decimal): -1058495 or 4315631. OLE color: 4315631.

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

Color convert

RGB 239 217 65 -
CMYK 0 0.09 0.73 0.06
HSL 52.41º 0.84% 0.6% -
HSV(B) 52.41º 0.73% 0.94% -
XYZ 61.36 68.36 14.96 -
YUV 206.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 239 217 65 0 0.09 0.73 0.06 52.41 0.84 0.6
Hex EF D9 41 0 9 49 6 34 54 3C
Octal 357 331 101 0 11 111 6 64 124 74
Binary 11101111 11011001 1000001 0 1001 1001001 110 110100 1010100 111100

Color Harmonies of #EFD941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD941

Black with #EFD941

Text Example


Text Example

White with #EFD941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD941; }

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

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

background-color css

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

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

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

border-color css

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

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

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