Html Css Color HEX #ECED42 Starship

📋 copy color: '#ECED42'

red 236 ◦ green 237 ◦ blue 66

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

Shades of Starship #ECED42

Tints of Starship #ECED42

RGB

 RED value IS 236 (92.58% from 255) = 43.78%

 GREEN value IS 237 (92.97% from 255) = 43.97%

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

R = 43.78%
G = 43.97%
B = 12.24%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECED42 (or 0xECED42) is known color: Starship. HEX triplet: EC, ED and 42. RGB value is (236,237,66). Sum of RGB (Red+Green+Blue) = 236+237+66=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 66 (26.17% from 255 or 12.24% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED42 is #1312BD. Grayscale: #D9D9D9. Windows color (decimal): -1249982 or 4386284. OLE color: 4386284.

HSL color Cylindrical-coordinate representation of color #ECED42: hue angle of 60.35º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECED42 is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 237 66 -
CMYK 0.00 0 0.72 0.07
HSL 60.35º 0.83% 0.59% -
HSV(B) 60.35º 0.72% 0.93% -
XYZ 65.86 78.79 16.89 -
YUV 217.21 42.67 141.4 -
System Red Green Blue C M Y K H S L
Decimal 236 237 66 0.00 0 0.72 0.07 60.35 0.83 0.59
Hex EC ED 42 0 0 48 7 3C 53 3B
Octal 354 355 102 0 0 110 7 74 123 73
Binary 11101100 11101101 1000010 0 0 1001000 111 111100 1010011 111011

Color Harmonies of #ECED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED42

Black with #ECED42

Text Example


Text Example

White with #ECED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED42; }

 p { color: rgb(236,237,66); }

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

background-color css

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

 a { background-color: rgb(236,237,66); }

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

border-color css

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

 span { border-color: rgb(236,237,66); }

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