Html Css Color HEX #EFDC42 Starship

📋 copy color: '#EFDC42'

red 239 ◦ green 220 ◦ blue 66

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

Shades of Starship #EFDC42

Tints of Starship #EFDC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

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

R = 45.52%
G = 41.9%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFDC42 (or 0xEFDC42) is known color: Starship. HEX triplet: EF, DC and 42. RGB value is (239,220,66). Sum of RGB (Red+Green+Blue) = 239+220+66=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC42 is #1023BD. Grayscale: #D0D0D0. Windows color (decimal): -1057726 or 4381935. OLE color: 4381935.

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

Color convert

RGB 239 220 66 -
CMYK 0 0.08 0.72 0.06
HSL 53.41º 0.84% 0.6% -
HSV(B) 53.41º 0.72% 0.94% -
XYZ 62.17 69.93 15.38 -
YUV 208.13 47.79 150.02 -
System Red Green Blue C M Y K H S L
Decimal 239 220 66 0 0.08 0.72 0.06 53.41 0.84 0.6
Hex EF DC 42 0 8 48 6 35 54 3C
Octal 357 334 102 0 10 110 6 65 124 74
Binary 11101111 11011100 1000010 0 1000 1001000 110 110101 1010100 111100

Color Harmonies of #EFDC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC42

Black with #EFDC42

Text Example


Text Example

White with #EFDC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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