Html Css Color HEX #EFDF42 Starship

📋 copy color: '#EFDF42'

red 239 ◦ green 223 ◦ blue 66

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

Shades of Starship #EFDF42

Tints of Starship #EFDF42

RGB

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

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

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

R = 45.27%
G = 42.23%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFDF42 (or 0xEFDF42) is known color: Starship. HEX triplet: EF, DF and 42. RGB value is (239,223,66). Sum of RGB (Red+Green+Blue) = 239+223+66=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF42 is #1020BD. Grayscale: #D2D2D2. Windows color (decimal): -1056958 or 4382703. OLE color: 4382703.

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

Color convert

RGB 239 223 66 -
CMYK 0 0.07 0.72 0.06
HSL 54.45º 0.84% 0.6% -
HSV(B) 54.45º 0.72% 0.94% -
XYZ 62.97 71.52 15.64 -
YUV 209.89 46.8 148.77 -
System Red Green Blue C M Y K H S L
Decimal 239 223 66 0 0.07 0.72 0.06 54.45 0.84 0.6
Hex EF DF 42 0 7 48 6 36 54 3C
Octal 357 337 102 0 7 110 6 66 124 74
Binary 11101111 11011111 1000010 0 111 1001000 110 110110 1010100 111100

Color Harmonies of #EFDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF42

Black with #EFDF42

Text Example


Text Example

White with #EFDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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