Html Css Color HEX #ECE046 Starship

📋 copy color: '#ECE046'

red 236 ◦ green 224 ◦ blue 70

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

Shades of Starship #ECE046

Tints of Starship #ECE046

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.26%

 BLUE value IS 70 (27.73% from 255) = 13.21%

R = 44.53%
G = 42.26%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECE046 (or 0xECE046) is known color: Starship. HEX triplet: EC, E0 and 46. RGB value is (236,224,70). Sum of RGB (Red+Green+Blue) = 236+224+70=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE046 is #131FB9. Grayscale: #D2D2D2. Windows color (decimal): -1253306 or 4645100. OLE color: 4645100.

HSL color Cylindrical-coordinate representation of color #ECE046: hue angle of 55.66º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECE046 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 70 -
CMYK 0 0.05 0.70 0.07
HSL 55.66º 0.81% 0.6% -
HSV(B) 55.66º 0.7% 0.93% -
XYZ 62.35 71.59 16.33 -
YUV 210.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 236 224 70 0 0.05 0.70 0.07 55.66 0.81 0.6
Hex EC E0 46 0 5 46 7 38 51 3C
Octal 354 340 106 0 5 106 7 70 121 74
Binary 11101100 11100000 1000110 0 101 1000110 111 111000 1010001 111100

Color Harmonies of #ECE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE046

Black with #ECE046

Text Example


Text Example

White with #ECE046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE046; }

 p { color: rgb(236,224,70); }

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

background-color css

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

 a { background-color: rgb(236,224,70); }

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

border-color css

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

 span { border-color: rgb(236,224,70); }

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