Html Css Color HEX #EFDD42 Starship

📋 copy color: '#EFDD42'

red 239 ◦ green 221 ◦ blue 66

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

Shades of Starship #EFDD42

Tints of Starship #EFDD42

RGB

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

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

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

R = 45.44%
G = 42.02%
B = 12.55%

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

#EFDD42 (or 0xEFDD42) is known color: Starship. HEX triplet: EF, DD and 42. RGB value is (239,221,66). Sum of RGB (Red+Green+Blue) = 239+221+66=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 66 (26.17% from 255 or 12.55% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD42 is #1022BD. Grayscale: #D1D1D1. Windows color (decimal): -1057470 or 4382191. OLE color: 4382191.

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

Color convert

RGB 239 221 66 -
CMYK 0 0.08 0.72 0.06
HSL 53.76º 0.84% 0.6% -
HSV(B) 53.76º 0.72% 0.94% -
XYZ 62.44 70.46 15.46 -
YUV 208.71 47.46 149.6 -
System Red Green Blue C M Y K H S L
Decimal 239 221 66 0 0.08 0.72 0.06 53.76 0.84 0.6
Hex EF DD 42 0 8 48 6 36 54 3C
Octal 357 335 102 0 10 110 6 66 124 74
Binary 11101111 11011101 1000010 0 1000 1001000 110 110110 1010100 111100

Color Harmonies of #EFDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD42

Black with #EFDD42

Text Example


Text Example

White with #EFDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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