Html Css Color HEX #EFDA42 Starship

📋 copy color: '#EFDA42'

red 239 ◦ green 218 ◦ blue 66

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

Shades of Starship #EFDA42

Tints of Starship #EFDA42

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.68%

 BLUE value IS 66 (26.17% from 255) = 12.62%

R = 45.7%
G = 41.68%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFDA42 (or 0xEFDA42) is known color: Starship. HEX triplet: EF, DA and 42. RGB value is (239,218,66). Sum of RGB (Red+Green+Blue) = 239+218+66=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 66 (26.17% from 255 or 12.62% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA42 is #1025BD. Grayscale: #CFCFCF. Windows color (decimal): -1058238 or 4381423. OLE color: 4381423.

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

Color convert

RGB 239 218 66 -
CMYK 0 0.09 0.72 0.06
HSL 52.72º 0.84% 0.6% -
HSV(B) 52.72º 0.72% 0.94% -
XYZ 61.65 68.89 15.2 -
YUV 206.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 239 218 66 0 0.09 0.72 0.06 52.72 0.84 0.6
Hex EF DA 42 0 9 48 6 35 54 3C
Octal 357 332 102 0 11 110 6 65 124 74
Binary 11101111 11011010 1000010 0 1001 1001000 110 110101 1010100 111100

Color Harmonies of #EFDA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA42

Black with #EFDA42

Text Example


Text Example

White with #EFDA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA42; }

 p { color: rgb(239,218,66); }

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

background-color css

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

 a { background-color: rgb(239,218,66); }

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

border-color css

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

 span { border-color: rgb(239,218,66); }

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